Class: Thegarage::Gitx::Cli::BaseCommand

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/thegarage/gitx/cli/base_command.rb

Defined Under Namespace

Classes: MergeError

Instance Method Summary collapse

Methods included from Thor::Actions

#ask_editor, #run_cmd

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