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