Hide update from brew cask help.

This commit is contained in:
Markus Reiter 2016-12-30 16:46:27 +01:00
parent cea1d18f45
commit c31f959ec1

View File

@ -11,8 +11,12 @@ module Hbc
exit result.exit_status exit result.exit_status
end end
def self.visible
false
end
def self.help def self.help
Formatter.warning("deprecated: use `brew update` instead") "a synonym for 'brew update'"
end end
end end
end end