pub fn text<T: AsRef<str>>( prompt: T, default: Option<T>, ) -> PromptResult<String>
prompt
Prompts for free text, with an optional default.