Fix exception when calling "brew cask" with --help and no subcommand

This commit is contained in:
Zach Auten 2020-05-14 00:31:14 -04:00
parent 0723df3f86
commit e877a52fa6

View File

@ -243,6 +243,10 @@ module Cask
$stderr.puts
$stderr.puts Help.usage
end
def help
run
end
end
end
end