Class: EcoRake::Lib::Task::RunnerRely

Inherits:
BaseTask show all
Defined in:
lib/eco-rake/lib/task/runner_rely.rb

Constant Summary collapse

FORWARDED_OPTIONS =
i[space task simulate no_email notify].freeze
FORWARD_RULES =
{
  simulate: :mirror,
  task:     :mirror,
  space:    :mirror,
  no_email: :mirror,
  notify:   :mirror
}.freeze

Constants inherited from EcoRake

VERSION

Instance Method Summary collapse

Instance Method Details

#task(*_args) ⇒ Object



19
20
21
# File 'lib/eco-rake/lib/task/runner_rely.rb', line 19

def task(*_args)
  sh_exit_on_fail command
end