cli-engine-command
Advanced tools
Comparing version 10.1.0-ts.0 to 10.1.0-ts.1
@@ -33,2 +33,7 @@ "use strict"; | ||
async init() { | ||
for (let arg of this.ctor.args) { | ||
if (arg.required !== false && !arg.optional) { | ||
arg.required = true; | ||
} | ||
} | ||
const { argv, flags, args } = await cli_flags_1.parse({ | ||
@@ -35,0 +40,0 @@ flags: this.ctor.flags || {}, |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "10.1.0-ts.0", | ||
"version": "10.1.0-ts.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -12,3 +12,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"chalk": "2.3.0", | ||
"cli-engine-config": "4.3.0-ts.0", | ||
"cli-engine-config": "4.3.0-ts.1", | ||
"cli-flags": "1.0.18", | ||
@@ -15,0 +15,0 @@ "cli-ux": "^2.0.7", |
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
13580
346
+ Addedcli-engine-config@4.3.0-ts.1(transitive)
- Removedcli-engine-config@4.3.0-ts.0(transitive)
Updatedcli-engine-config@4.3.0-ts.1