leo / args

Toolkit for building command line interfaces
https://npmjs.com/args
MIT License
461 stars 30 forks source link

Force No short option for an argument #145

Open aniketfuryrocks opened 4 years ago

aniketfuryrocks commented 4 years ago

I want to pass an argument --root with no small argument like -r or -R. But the lib forces me to produce one. How can I prevent this from happening?