cli-engine-command
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -83,4 +83,4 @@ 'use strict'; | ||
for (let name of Object.keys(this.input.flags)) { | ||
if (!output.flags[name] && this.input.flags[name].parse) { | ||
output.flags[name] = await this.input.flags[name].parse(null, this.input.cmd, name); | ||
if (this.input.flags[name].parse) { | ||
output.flags[name] = await this.input.flags[name].parse(output.flags[name], this.input.cmd, name); | ||
} | ||
@@ -87,0 +87,0 @@ } |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140619