pub fn ask_for_confirmation(prompt: &str, yes: bool) -> bool
Prompts the user for confirmation (y/N) unless the yes flag is set.
yes