Comparing version 15.4.4 to 15.4.5
@@ -28,3 +28,3 @@ const parse = require('./parse') | ||
if (filtered[0] != null && commands[filtered[0]] != null) { | ||
commands[filtered[0]].action(filtered.slice(1)) | ||
commands[filtered[0]].action(argv.slice(1)) | ||
} else { | ||
@@ -31,0 +31,0 @@ const args = parse(argv, definitions) |
{ | ||
"name": "sergeant", | ||
"version": "15.4.4", | ||
"version": "15.4.5", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "main.js", | ||
"mockery": "^2.0.0", | ||
"nyc": "^11.0.2", | ||
"nyc": "^11.1.0", | ||
"standard": "^10.0.0", | ||
@@ -26,0 +26,0 @@ "tape": "^4.6.0" |
25361