import yargs from 'yargs'; import { hideBin } from 'yargs/helpers'; import { ArgType } from './types'; const argv = yargs(hideBin(process.argv)) ...
確定! 回上一頁