Class: PerfMonger::Command::LiveCommand

Inherits:
BaseCommand show all
Defined in:
lib/perfmonger/command/live.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

register_alias, register_command

Constructor Details

#initializeLiveCommand

Returns a new instance of LiveCommand.



39
40
41
# File 'lib/perfmonger/command/live.rb', line 39

def initialize
  super
end

Instance Method Details

#run(argv) ⇒ Object



43
44
45
46
47
# File 'lib/perfmonger/command/live.rb', line 43

def run(argv)
  @argv, @option = PerfMonger::Command::LiveOption.parse(argv)

  exec_live_cmd()
end