pub fn input(prompt: &str, term: &Term) -> Result<String>
Prompt the user for input text in the given Term.
Term
This is a slimmed-down version of dialoguer::Input.
dialoguer::Input