Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb68921 commit cea83efCopy full SHA for cea83ef
lib/args.js
@@ -3,7 +3,7 @@ var documentation = require('../'),
3
loadConfig = require('../lib/load_config.js');
4
var yargs = require('yargs')
5
6
-function parse() {
+function parse(args) {
7
// reset() needs to be called at parse time because the yargs module uses an
8
// internal global variable to hold option state
9
return yargs.reset()
0 commit comments