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 is something that I have ran into several times.
Please allow us to use custom short switches for long arguments.
app.js --page app.js --package app.js --port
Currently, it gives -p and -P randomly for the three arguments.
-p
-P
I would like to have these:
app.js -n, --page app.js -m, --package app.js -p, --port
The text was updated successfully, but these errors were encountered:
Yes please, something as described here: #37 (comment)
Sorry, something went wrong.
No branches or pull requests
Feature Request
This is something that I have ran into several times.
Please allow us to use custom short switches for long arguments.
Currently, it gives
-p
and-P
randomly for the three arguments.I would like to have these:
Related
The text was updated successfully, but these errors were encountered: