pub fn select_from_list<T: ToString + Clone>( prompt: &str, items: &[T], flag_name: &str, config: &CliConfig, ) -> Result<T>