Skip to content

Commit

Permalink
update yargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ALMaclaine committed Apr 24, 2020
1 parent 03c37f0 commit d0ef483
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 280 deletions.
1 change: 1 addition & 0 deletions bin/parse-arguments.js
Expand Up @@ -42,6 +42,7 @@ module.exports = function(scriptName, addlPosArgs, addlOpts) {
command += " " + option;
});


return require("yargs")
.scriptName(scriptName)
.command(command, "", function(yargs) {
Expand Down
1 change: 1 addition & 0 deletions out.txt
@@ -0,0 +1 @@
_,multiline,exclude-list,excludeList,color,fileColor,file-color,paths,$0,regex,replacement

0 comments on commit d0ef483

Please sign in to comment.