lib/cocoapods-jxedt/command/binary/command/fetch.rb in cocoapods-jxedt-0.0.14 vs lib/cocoapods-jxedt/command/binary/command/fetch.rb in cocoapods-jxedt-0.0.15
- old
+ new
@@ -1,12 +1,13 @@
module Pod
class Command
class JxedtCommand < Command
class Binary < JxedtCommand
class Fecth < Binary
- self.summary = 'fetch cache repo.'
+ self.summary = '获取远程更新'
self.description = <<-DESC
- fetch cache repo.
+ 获取远程更新\n
+ 更新远程仓库到本地,本地目录会放在'~/.cocoapods-jxedt/'
DESC
self.command = 'fetch'
self.arguments = [
]
def self.options
\ No newline at end of file