pub fn confirm(message: &str, term: &Term, default: bool) -> Result<bool>
Prompt the user for confirmation in the given Term.
Term
This is a slimmed-down version of dialoguer::Confirm, with the post-confirmation report enabled.
dialoguer::Confirm