npm i yargs-parser --save const argv = require('yargs-parser')(process.argv.slice(2)) console.log(argv) $ node example.js --foo=33 --bar hello { _: [] ...
確定! 回上一頁