Class: Stool::Command::Repo::CacheClean

Inherits:
Stool::Command::Repo show all
Defined in:
lib/stool/Command/Repo/CacheClean.rb

Instance Method Summary collapse

Methods inherited from Stool::Command::Repo

cacheCleanAll, getAllRepos

Methods inherited from Stool::Command

#checkConfigFile, options, #pp

Constructor Details

#initialize(argv) ⇒ CacheClean

self.arguments = [

CLAide::Argument.new('NAME',   false),

]



14
15
16
# File 'lib/stool/Command/Repo/CacheClean.rb', line 14

def initialize(argv)
  super
end

Instance Method Details

#runObject

查看当前的pool list



19
20
21
# File 'lib/stool/Command/Repo/CacheClean.rb', line 19

def run
  CacheClean::cacheCleanAll
end