0.2.0 • Published 10 months ago

@lm_fe/provoke v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

yargs-parser

The mighty option parser used by.

Example

npm i yargs-parser --save

Node.js:

import parser from 'yargs-parser'

const argv = parser('--foo=99 --bar=9987930', {
  string: ['bar']
})
console.log(argv)

License

ISC

0.2.0

10 months ago