v0.3.0
Adds 2 utility functions:
rpassword::prompt_password_stdoutrpassword::prompt_password_stderr
These can be used to prompt for a password on respectively STDOUT or STDERR, displaying a message (immediately, even it does not contain \n) and then asking for the password.
This may or may not be a breaking change depending on how you imported rpassword functions into your code.