Class: Multipull::Command

Inherits:
Object
  • Object
show all
Includes:
TerminalColor
Defined in:
lib/multipull/command.rb

Instance Method Summary collapse

Methods included from TerminalColor

#blue, #bold, #cyan, #green, #magenta, #red

Constructor Details

#initializeCommand

Returns a new instance of Command.



10
11
12
13
14
# File 'lib/multipull/command.rb', line 10

def initialize
  # @options = {}
  @dirs = []
  @git_opts = []
end

Instance Method Details

#runObject



16
17
18
19
# File 'lib/multipull/command.rb', line 16

def run
  parse_options
  main
end