Passing boolean switches

suggest change
const options = require("commander");

options
  .option("-v, --verbose")
  .parse(process.argv);

if (options.verbose){
  console.log("Let's make some noise!");
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Parsing command-line arguments:
* Passing boolean switches

Table Of Contents
1 npm
41 cli
43 grunt
46 Parsing command-line arguments
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require