UNPKG

buddyworks-cli

Version:

Command line tool for managing pipelines in Buddy Works

13 lines (8 loc) 283 B
module.exports.command = 'project <cmd>'; module.exports.aliases = 'pj'; module.exports.describe = 'project list, inspect'; module.exports.builder = (yargs) => { this.yargs = yargs; return yargs.commandDir('project'); }; module.exports.handler = () => this.yargs.showHelp();