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