pub fn confirm_stdout(prompt: &str) -> Result<bool>
Ask the user for confirmation, prompting on stdout.
Use this for standard interactive prompts where capturing the prompt in piped output is acceptable.