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