Skip to content

Commit 9688728

Browse files
authored
Merge pull request #18 from lornajane/fix-help-flag
Fix broken --help option
2 parents 8da04e0 + bf8bd42 commit 9688728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ try {
1111
const args = arg({
1212
'--openapi': String,
1313
'--overlay': String,
14-
'--help': String
14+
'--help': Boolean,
1515
});
1616

1717
if(args['--overlay'] && args['--openapi']) {

0 commit comments

Comments
 (0)