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

Feature: Different short and long switches #132

Open
DRSDavidSoft opened this issue Jan 31, 2019 · 1 comment
Open

Feature: Different short and long switches #132

DRSDavidSoft opened this issue Jan 31, 2019 · 1 comment

Comments

@DRSDavidSoft
Copy link

DRSDavidSoft commented Jan 31, 2019

Feature Request

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.

I would like to have these:

app.js -n, --page
app.js -m, --package
app.js -p, --port

Related

@oom-
Copy link

oom- commented Aug 8, 2021

Yes please, something as described here: #37 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants