-
Notifications
You must be signed in to change notification settings - Fork 333
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 prompt for password if it was passed as argument #195
Comments
Isn't this what you are looking for? Note that i recently did some "patching" work on the way the prompting works in a separate project. Maybe this is not included in the documentation and is not clear enough? |
@cbeust hm the request seems valid A call like this
still asks for the password. |
Agreed. |
@jeremysolarz This issue is assigned to you - are you working on it? If not, I may take a stab at it. |
Yes, please! 😄 |
@jeremysolarz PR submitted. Feel free to review or let me know if I should ask someone else. |
Never prompt for password if it was passed as an argument (fixes #195)
This is a feature request. I would like to accept a password as a argument, or if it's missing prompt for it. This would work in a similar way to "mysql -p", for example:
or
The text was updated successfully, but these errors were encountered: