pub fn select_menu_with_io( prompt: &str, valid_choices: &[&str], default_choice: &str, input: &mut impl BufRead, output: &mut impl Write, ) -> Result<String, PromptError>