Class: Thegarage::Gitx::Cli::BaseCommand
- Includes:
- Thor::Actions
- Defined in:
- lib/thegarage/gitx/cli/base_command.rb
Direct Known Subclasses
BuildtagCommand, CleanupCommand, IntegrateCommand, NukeCommand, ReleaseCommand, ReviewCommand, ShareCommand, StartCommand, TrackCommand, UpdateCommand
Defined Under Namespace
Classes: MergeError
Instance Method Summary collapse
-
#initialize(*args) ⇒ BaseCommand
constructor
A new instance of BaseCommand.
Methods included from Thor::Actions
Constructor Details
#initialize(*args) ⇒ BaseCommand
Returns a new instance of BaseCommand.
17 18 19 |
# File 'lib/thegarage/gitx/cli/base_command.rb', line 17 def initialize(*args) super(*args) end |