require('yargs') .scriptName('cli-app') .command({ command: '$0 create <name>', desc: 'Create a new component', builder: yargs => { yargs.positional('name', ...
確定! 回上一頁