芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/node_modules/minimist/test/stop_early.js
'use strict'; var parse = require('../'); var test = require('tape'); test('stops parsing on the first non-option when stopEarly is set', function (t) { var argv = parse(['--aaa', 'bbb', 'ccc', '--ddd'], { stopEarly: true, }); t.deepEqual(argv, { aaa: 'bbb', _: ['ccc', '--ddd'], }); t.end(); });
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage