Using commander.js the example above could be rewritten like this: ... const yargs = require('yargs'); const argv = yargs.options({ env: { alias: 'e', ...
確定! 回上一頁