Sha256: 6b8c679eeb9419987098ddfe5f6029fa4afeeb9e1cff66ad454e5fc836d7a880

Contents?: true

Size: 421 Bytes

Versions: 14

Compression:

Stored size: 421 Bytes

Contents

class EcoRake
  module Lib
    module Task
      class RunnerOptions < EcoRake::Options::Set
        option '-s', '--simulate', TrueClass, 'Do a dry-run (with no changes)'
        option '-e', '--enviro ENVIRO', String, desc: 'Target environment to run against (i.e. org, live)', required: true
        option '-t', '--task NAME', String, desc: 'Target task to run', required: true
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
eco-rake-0.2.7 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.6 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.5 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.4 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.3 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.2 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.1 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.2.0 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.6 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.5 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.4 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.3 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.2 lib/eco-rake/lib/task/runner_options.rb
eco-rake-0.1.1 lib/eco-rake/lib/task/runner_options.rb