command-line-args
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -45,3 +45,3 @@ var a = require("array-ting"), | ||
if (typeof option.type === "function" && option.type === Array){ | ||
value = a.spliceWhile(argv, /^\w+/); | ||
value = a.spliceWhile(argv, 0, /^\w+/); | ||
} else { | ||
@@ -48,0 +48,0 @@ if (isOption(argv[0])){ |
{ | ||
"name": "command-line-args", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Parse command line options", | ||
@@ -26,6 +26,6 @@ "repository": "https://github.com/75lb/command-line-args.git", | ||
"dependencies": { | ||
"array-ting": "^0.2.0", | ||
"array-ting": "^1.0.0", | ||
"nature": "~0.5", | ||
"object-ting": "^0.1.1" | ||
"object-ting": "^1.0.0" | ||
} | ||
} |
13623
Updatedarray-ting@^1.0.0
Updatedobject-ting@^1.0.0