Skip to main content

text

Function text 

Source
pub fn text<T: AsRef<str>>(
    prompt: T,
    default: Option<T>,
) -> PromptResult<String>
Available on crate feature prompt only.
Expand description

Prompts for free text, with an optional default.