Merge pull request #7567 from zachauten/cask-help-exception
Fix exception when calling "brew cask" with --help and no subcommand
This commit is contained in:
commit
9fcaa46cdf
@ -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