Skip to main content

password

Function password 

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

Prompt the user for password in the given Term.

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