Your IP : 216.73.216.209


Current Path : /usr/share/doc/node-yargs/examples/
Upload File :
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