Method: XCCache::Command::Cache::Clean.options

Defined in:
lib/xccache/command/cache/clean.rb

.optionsObject



7
8
9
10
11
12
# File 'lib/xccache/command/cache/clean.rb', line 7

def self.options
  [
    ["--all", "Whether to remove all cache (default: false)"],
    ["--dry", "Dry run - don't remove cache, just show what shall be removed (default: false)"],
  ].concat(super)
end