Fix exception when calling "brew cask" with --help and no subcommand
This commit is contained in:
parent
0723df3f86
commit
e877a52fa6
@ -243,6 +243,10 @@ module Cask
|
|||||||
$stderr.puts
|
$stderr.puts
|
||||||
$stderr.puts Help.usage
|
$stderr.puts Help.usage
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def help
|
||||||
|
run
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user