Open
Description
Describe the problem you are trying to solve
When I run cargo login
, it tells me to type in my password then shows the password in plaintext.
Describe the solution you'd like
cargo login
should either show no output (like sudo
) or only asterisks (like openvpn
or a user login screen).
Notes
I don't like the idea that someone looking over my shoulder can see my passwords.