const argv = require('yargs') .command('run <port> <guid>', 'run the server', yargs => { yargs.positional('guid', { // 定义占位参数describe: ...
確定! 回上一頁