cli-engine-command
Advanced tools
Comparing version 2.2.7 to 2.2.8
@@ -17,3 +17,3 @@ 'use strict'; | ||
if (matchedCommand) this.commandHelp(matchedCommand); | ||
if (this.constructor.topic === args[0]) this.listCommandsHelp(); | ||
if (args.slice(0, 2).includes(this.constructor.topic)) this.listCommandsHelp(); | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"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
140685