0.2.0 • Published 1 year ago

@lm_fe/provoke v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago