Class: Stool::Command::LibPool::Clone

Inherits:
Stool::Command::LibPool show all
Defined in:
lib/stool/Command/LibPool/Clone.rb

Instance Method Summary collapse

Methods inherited from Stool::Command::LibPool

existLocalAndClone, pools_from_config

Methods inherited from Stool::Command

#checkConfigFile, options, #pp

Constructor Details

#initialize(argv) ⇒ Clone

Returns a new instance of Clone.



15
16
17
18
# File 'lib/stool/Command/LibPool/Clone.rb', line 15

def initialize(argv)
  @poolName
  super
end

Instance Method Details

#runObject

查看当前的pool list



21
22
23
24
25
26
27
28
# File 'lib/stool/Command/LibPool/Clone.rb', line 21

def run
  pp('')
  pp('**clone to pool')
  List::pools_from_config.map do |pInfo|
    pInfo.info_tos
  end

end