<img width="250" src="yargs-logo.png"> ## Example ```sh npm i ... console.log(argv) ``` ```sh node example.js --foo=33 --bar hello { _: [], foo: 33, ...
確定! 回上一頁