Sha256: 53a9a4a96d8e73fb849252311c02e3398cdcde336e6ef5db7e1a26407655763e

Contents?: true

Size: 445 Bytes

Versions: 32

Compression:

Stored size: 445 Bytes

Contents

require 'claide'
require_relative 'command'

module LgPodPlugin
  class Command
    class Cache < Command
      self.abstract_command = true
      self.summary = 'Manipulate the CocoaPods cache'

      self.description = <<-DESC
        Manipulate the download cache for pods, like printing the cache content
        or cleaning the pods cache.
      DESC

      def initialize(argv)
        # pp argv
        super
      end

    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
lg_pod_plugin-1.2.2 lib/command/cache.rb
lg_pod_plugin-1.2.1 lib/command/cache.rb
lg_pod_plugin-1.2.0.1 lib/command/cache.rb
lg_pod_plugin-1.2.0.0 lib/command/cache.rb
lg_pod_plugin-1.1.8.2 lib/command/cache.rb
lg_pod_plugin-1.1.8.1 lib/command/cache.rb
lg_pod_plugin-1.1.7.4 lib/command/cache.rb
lg_pod_plugin-1.1.7.3 lib/command/cache.rb
lg_pod_plugin-1.1.6.7 lib/command/cache.rb
lg_pod_plugin-1.1.6.6 lib/command/cache.rb
lg_pod_plugin-1.1.6.5 lib/command/cache.rb
lg_pod_plugin-1.1.6.4 lib/command/cache.rb
lg_pod_plugin-1.1.6.3 lib/command/cache.rb
lg_pod_plugin-1.1.6.2 lib/command/cache.rb
lg_pod_plugin-1.1.6.0 lib/command/cache.rb
lg_pod_plugin-1.1.5.9 lib/command/cache.rb
lg_pod_plugin-1.1.5.7 lib/command/cache.rb
lg_pod_plugin-1.1.5.6 lib/command/cache.rb
lg_pod_plugin-1.1.5.5 lib/command/cache.rb
lg_pod_plugin-1.1.5.4 lib/command/cache.rb