Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't print out delete character for password field #121

Open
jjcarstens opened this issue Apr 30, 2019 · 0 comments
Open

Don't print out delete character for password field #121

jjcarstens opened this issue Apr 30, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jjcarstens
Copy link
Contributor

This is more of a nitpick/quirky behavior. But say you're like me and always fat finger passwords then have to delete back a few characters or ctl-u the whole line. Those characters currently get printed out and create new lines for the password prompt:

jonjon@ 📂 {nerves_hub} $ mix nerves_hub.firmware list --product smartrent_hub_fw
NervesHub server: 0.0.0.0:4002
NervesHub organization: jonjon
Local NervesHub user password: ^R
Local NervesHub user password: ^R
Local NervesHub user password: ^R
Local NervesHub user password: ^U
Local NervesHub user password: 

It still works and deletes those characters. Just odd to see if all get printed out multiple times. Would be nice to have it work silently like other password prompts at the terminal

@jjcarstens jjcarstens added the enhancement New feature or request label Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant