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