Function moto::text

source ·
pub fn text(question: impl Into<String>) -> Result<String, Error>
Expand description

§ask question

ask a question and return the answer e.g. let name = ask("what is your name?") prints: ╭─ what is your name? ╰→