Method: Gzr::Commands::Plan#runit

Defined in:
lib/gzr/commands/plan.rb

#runit(plan_id) ⇒ Object



51
52
53
54
55
56
57
58
# File 'lib/gzr/commands/plan.rb', line 51

def runit(plan_id)
  if options[:help]
    invoke :help, ['runit']
  else
    require_relative 'plan/run'
    Gzr::Commands::Plan::RunIt.new(plan_id,options).execute
  end
end