Function confirm

Source
pub fn confirm(
    text: &str,
    default: bool,
    prompt_suffix: &str,
    show_default: bool,
) -> bool