... import * as YargsParser from 'yargs'; interface Options { ssr?: boolean; ... 'start the server', yargs => { yargs.positional('spec', { describe: 'path ...
確定! 回上一頁