arudradey's picture
download
raw
237 Bytes
'use strict';
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] });
});

Xet Storage Details

Size:
237 Bytes
·
Xet hash:
026f1608fe1d65c70758b34045a5808d84fbf691d8f9d874ee9872a0903acea0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.