Optant 2.0.0

Optant is a tiny library that parses any arguments and options supplied to your script on the command line. It's perfect when you need to write a script that reads some arguments and/or options from the command line, but don't want to invest the time and energy into constructing a complex setup with commander or other more advanced tools.

Tags cli getopt node javascript
License MITL
State prerelease

Recent Releases

2.0.015 Aug 2019 15:54 major feature: Now supports combined Boolean short options (e.g. -xzvf). Also includes tests.