function parseArgs(argv){ yargs.reset(); common(); examples(); let options = yargs .help('h') .alias('h', 'help') .option('c', { alias: 'color', ...
確定! 回上一頁