const cli = yargs(arg) cli.usage('Usage: test [command] <options>') .demandCommand(1, '最少输入一个参数') .strict() .alias('h', ...
確定! 回上一頁