Sha256: e04a280685468d29e33504b18d5dbd85f90c5c8adc3cfe8ec292b2a2b31626d2

Contents?: true

Size: 361 Bytes

Versions: 25

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/runner'
require 'eac_ruby_utils/core_ext'

module EacCli
  module RunnerWith
    module Help
      common_concern do
        include ::EacCli::Runner

        runner_definition.alt do
          options_arg false
          bool_opt '-h', '--help', 'Show help.', usage: true
        end
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ehbrs-tools-0.16.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
eac_cli-0.11.1 lib/eac_cli/runner_with/help.rb
avm-tools-0.76.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
eac_cli-0.11.0 lib/eac_cli/runner_with/help.rb
eac_cli-0.10.0 lib/eac_cli/runner_with/help.rb
ehbrs-tools-0.16.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.76.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.75.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.75.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.74.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.74.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.73.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.72.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
eac_cli-0.9.0 lib/eac_cli/runner_with/help.rb
avm-tools-0.71.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.70.2 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
ehbrs-tools-0.15.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
ehbrs-tools-0.14.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.70.1 vendor/eac_cli/lib/eac_cli/runner_with/help.rb
avm-tools-0.70.0 vendor/eac_cli/lib/eac_cli/runner_with/help.rb