heroku-cli-command
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -9,2 +9,3 @@ const screen = require('./screen') | ||
super(options) | ||
this.commands = options.commands | ||
this.flags = options.flags | ||
@@ -18,6 +19,7 @@ } | ||
listCommandsHelp ({commands, argv0}) { | ||
listCommandsHelp ({argv0}) { | ||
const max = require('lodash.maxby') | ||
const S = require('string') | ||
let commands = this.commands.filter(c => !c.hidden && c.command) | ||
if (commands.length === 0) return | ||
@@ -24,0 +26,0 @@ this.log(`${argv0} ${this.constructor.topic} commands: (${this.color.cmd(argv0 + ' help ' + this.constructor.topic + ':COMMAND')} for details) |
{ | ||
"name": "heroku-cli-command", | ||
"description": "base Heroku CLI command", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", |
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
153938
2206