Skip to main content

input

Function input 

Source
pub fn input(prompt: &str, term: &Term) -> Result<String>
Expand description

Prompt the user for input text in the given Term.

This is a slimmed-down version of dialoguer::Input.