const cmdline = require('node-cmdline-parser'); cnosole.log("You want: "); if (cmdline.flagenabled('C')) console.log("coffee "); if (cmdline.flagenabled('B')) console ...
a command line parser to be used with a CLI. will parse a command, breaking it down into individual pieces as registered by the command, identify what kind of data each piece represents, and compile ...