不幸的是,僅通過使用 yargs.parse('stop'); 不能正常工作 yargs.command('start', '', () => {}, (argv) => { console.log('Starting'); }); yargs.command('stop', ...
確定! 回上一頁