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