v0.3.0
conradkleinespel
released this
03 Sep 14:05
·
122 commits
to master
since this release
Adds 2 utility functions:
rpassword::prompt_password_stdout
rpassword::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.