args icon indicating copy to clipboard operation
args copied to clipboard

Feature: Different short and long switches

Open DRSDavidSoft opened this issue 7 years ago • 1 comments

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

  • #37

DRSDavidSoft avatar Jan 31 '19 07:01 DRSDavidSoft

Yes please, something as described here: https://github.com/leo/args/issues/37#issuecomment-459300622

oom- avatar Aug 08 '21 12:08 oom-