File: example.js

package info (click to toggle)
node-yargs-parser 11.1.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: sh: 12; makefile: 10
file content (3 lines) | stat: -rwxr-xr-x 84 bytes parent folder | download | duplicates (2)
1
2
3
var parser = require('./')
var parse = parser(['-cats', 'meow'])
console.log(parse)