pub fn prompt_password(message: &str) -> StringExpand description
Prompts the user for a password (no echo).
Behavior:
- On I/O failure, logs an error via
output::printand retries when usingprompt_password_with_validation. The simpleprompt_passwordvariant returns an empty string on error.