We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This cause trouble for password that are displayed on screen if you type "help" in front of anyone.
The quickest fix is probably to add a command to hide some specific field default value (like :password).
The text was updated successfully, but these errors were encountered:
Good find; hadn't thought of this. I think something like mask true or :mask => true could tell GLI not to render it in help
mask true
:mask => true
Sorry, something went wrong.
You are welcome. I will propose a patch on monday that will be a first attempt to solve this, in a basic way.
e2215f7
No branches or pull requests
This cause trouble for password that are displayed on screen if you type "help" in front of anyone.
The quickest fix is probably to add a command to hide some specific field default value (like :password).
The text was updated successfully, but these errors were encountered: