PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
minimist
/
test
var parse = require('../'); var test = require('tape'); test('parse with modifier functions' , function (t) { t.plan(1); var argv = parse([ '-b', '123' ], { boolean: 'b' }); t.deepEqual(argv, { b: true, _: ['123'] }); });
[+]
..
[-] dotted.js
[edit]
[-] long.js
[edit]
[-] parse.js
[edit]
[-] whitespace.js
[edit]
[-] dash.js
[edit]
[-] short.js
[edit]
[-] parse_modified.js
[edit]
[-] default_bool.js
[edit]