UNPKG

botfuel-cli

Version:

Command Line Interface for Botfuel-dialog

8 lines (7 loc) 226 B
exports.command = 'generate <command>' exports.aliases = ['g'] exports.description = 'Generate cool stuff' exports.builder = function (yargs) { return yargs.commandDir('generate_cmds') } exports.handler = function (argv) {}