| Current Path : /usr/share/doc/node-yargs/examples/ |
| Current File : //usr/share/doc/node-yargs/examples/command_hierarchy.js |
#!/usr/bin/env node
require('yargs/yargs')(process.argv.slice(2))
.commandDir('cmds')
.demandCommand()
.help()
.argv