Struct Prompt
migrant
pub struct Prompt { /* fields omitted */ }
CLI Prompter
impl Prompt
fn with_msg(msg: &str) -> Self
Construct a new Prompt with the given message
Prompt
fn secure(self) -> Self
Ask securely. Don't show output when typing
fn ask(self) -> Result<String, Error>
Prompt the user and return their input