pub fn confirm(message: &str) -> Result<bool>
Prompts the user for confirmation.
message
true if the user confirms (y/Y/yes), false otherwise
true
false