Light, featureful and explicit option parsing library for Node.js
A light, featureful and explicit option parsing library.
dashdash$ node script.js --verbose --output file.txt$ node -e "var dashdash = require('dashdash'); var opts = dashdash.parse({options: [{names: ['help', 'h'], type: 'bool'}]})"$ node app.js -v --config=myconfig.json --debug