Sha256: d364e44ca67980ce33e743b8246d3726a0e92793d3b9c8162dd8486c2162d815

Contents?: true

Size: 232 Bytes

Versions: 36

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

require_relative "base_glob"

module Theme
  module Conversions
    class IncludeGlob < BaseGlob
      class << self
        def options
          %w(-o --only)
        end
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
shopify-cli-2.19.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.18.1 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.18.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.17.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.16.1 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.16.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.6 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.5 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.4 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.3 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.2 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.1 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.15.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.14.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.13.0 lib/project_types/theme/conversions/include_glob.rb
shopify-cli-2.12.0 lib/project_types/theme/conversions/include_glob.rb