yargs (hideBin(process.argv)) .command( 'serve [port]', 'Start the server', (yargs) => yargs.positional('port', { describe: 'Port to bind on' ...
確定! 回上一頁