mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
remove issues_url and nullcommand from help output
necessitated by Homebrew's switch to Ruby 2.x Fixes #4728 Fixes #4726
This commit is contained in:
parent
ed9fc06978
commit
13f8a4d282
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ require 'cask/cli/update'
|
|||
class Cask::CLI
|
||||
ISSUES_URL = "https://github.com/caskroom/homebrew-cask/issues"
|
||||
def self.commands
|
||||
Cask::CLI.constants - ["NullCommand", "ISSUES_URL"]
|
||||
Cask::CLI.constants - [:NullCommand, :ISSUES_URL, "NullCommand", "ISSUES_URL"]
|
||||
end
|
||||
|
||||
def self.lookup_command(command_string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue