pub fn prompt_input_with_default( prompt: &str, default: &str, config: &CliConfig, ) -> Result<String>