#!/usr/bin/env node import yargs from 'yargs/yargs'; const argv = yargs(process.argv.slice(2)).options({ a: { type: 'boolean', default: false }, b: { type: ...
確定! 回上一頁