Parse command-line options and arguments in Node.js programs.
A light, featureful and explicit option parsing library.
$ node script.js --verbose --output file.txt$ node app.js --debug --config=config.json --port 3000$ node tool.js -v -o output.txt --format json$ node cli.js --help$ node deploy.js --env production server1 server2 server3