args icon indicating copy to clipboard operation
args copied to clipboard

Issue: Change default arguments

Open DRSDavidSoft opened this issue 5 years ago • 1 comments

Issue

How do I change default arguments?

For example, I'd like to use --help and -? arguments for help, instead of --help and -h.

DRSDavidSoft avatar Jan 31 '19 10:01 DRSDavidSoft

args sets short name of your command in default as your commands first letter. Do you need to define short names for all or your commands to be different than this? Or just this one?

In first case you should look ./lib/option.js. Note that this will impact all of your short names.

robertgrzonka avatar Feb 02 '19 12:02 robertgrzonka