Open Sequoia opened 9 years ago
Specify a couple sub-commands & what they should do. Test These Things & keep it simple.
program .command('subcommand <arg> [restArg...]') .action(function (arg, restArray) { ...
Specify a couple sub-commands & what they should do. Test These Things & keep it simple.