pub fn confirm(label: &str, default: bool) -> bool
Prompt for a yes/no confirmation.
Panics when terminal input cannot be read.