Class: Homebrew::Cmd::Brew Private

Inherits:
AbstractCommand show all
Defined in:
abstract_command.rb

Overview

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

The command class for brew itself, allowing its args to be parsed.

Instance Attribute Summary

Attributes inherited from AbstractCommand

#args

Method Summary

Methods inherited from AbstractCommand

command, command_name, dev_cmd?, #initialize, parser, ruby_cmd?, #run

Constructor Details

This class inherits a constructor from Homebrew::AbstractCommand