Skip to main content

ask_for_confirmation

Function ask_for_confirmation 

Source
pub fn ask_for_confirmation(prompt: &str, yes: bool) -> bool
Expand description

Prompts the user for confirmation (y/N) unless the yes flag is set.