UNPKG

buddyworks-cli

Version:

Command line tool for managing pipelines in Buddy Works

13 lines (8 loc) 283 B
module.exports.command = 'alias <cmd>'; module.exports.aliases = 'al'; module.exports.describe = 'get, set or clear aliases'; module.exports.builder = (yargs) => { this.yargs = yargs; return yargs.commandDir('alias'); }; module.exports.handler = () => this.yargs.showHelp();