diff --git a/Library/Homebrew/shell_command.rb b/Library/Homebrew/shell_command.rb index 8527598c5c..905cd50b23 100644 --- a/Library/Homebrew/shell_command.rb +++ b/Library/Homebrew/shell_command.rb @@ -9,6 +9,8 @@ module Homebrew sig { void } def run + T.bind(self, AbstractCommand) + sh_cmd_path = "#{self.class.dev_cmd? ? "dev-cmd" : "cmd"}/#{self.class.command_name}.sh" raise StandardError, "This command is just here for completions generation. " \