Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cea83ef

Browse files
author
Anand Thakker
committed
Fix broken build. No one saw that, right?
1 parent eb68921 commit cea83ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/args.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var documentation = require('../'),
33
loadConfig = require('../lib/load_config.js');
44
var yargs = require('yargs')
55

6-
function parse() {
6+
function parse(args) {
77
// reset() needs to be called at parse time because the yargs module uses an
88
// internal global variable to hold option state
99
return yargs.reset()

0 commit comments

Comments
 (0)