@lm_fe/service
v0.1.207
Published
The mighty option parser used by.
Downloads
276
Readme
yargs-parser @0@
The mighty option parser used by.
Example
npm i yargs-parser --saveNode.js:
import parser from 'yargs-parser'
const argv = parser('--foo=99 --bar=9987930', {
string: ['bar']
})
console.log(argv)License
ISC
