Sha256: 85bfa43b9d7989477fdb662c3f923889dd7630ac8ac3a4013d0fcf918f719d1d

Contents?: true

Size: 461 Bytes

Versions: 54

Compression:

Stored size: 461 Bytes

Contents

# frozen_string_literal: true

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

module Avm
  module Tools
    module RunnerWith
      module IncludeExclude
        common_concern do
          include ::EacCli::Runner

          runner_definition do
            arg_opt '-I', '--include', repeat: true
            arg_opt '-E', '--exclude', repeat: true
          end
        end

        delegate :include, :exclude, to: :parsed
      end
    end
  end
end

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
avm-tools-0.162.0 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.94.0 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.161.0 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.5 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.160.2 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.4 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.3 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.160.1 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.2 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.1 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.160.0 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.86.0 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.85.1 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.159.1 lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.85.0 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.84.2 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.84.1 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.84.0 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
eac_tools-0.83.0 sub/avm-tools/lib/avm/tools/runner_with/include_exclude.rb
avm-tools-0.159.0 lib/avm/tools/runner_with/include_exclude.rb