brew style fixes

This commit is contained in:
L. E. Segovia 2017-10-24 10:17:11 -03:00
parent 2bfc7904fb
commit 09e26b1152

View File

@ -78,8 +78,8 @@ begin
# - a help flag is passed AND a command is matched
# - a help flag is passed AND there is no command specified
# - no arguments are passed
# - if cmd is Cask, let Cask handle the help command instead
if (empty_argv || help_flag ) && cmd != "cask"
# - if cmd is Cask, let Cask handle the help command instead
if (empty_argv || help_flag) && cmd != "cask"
require "cmd/help"
Homebrew.help cmd, empty_argv: empty_argv
# `Homebrew.help` never returns, except for external/unknown commands.