lib/cocoapods-jxedt/command/options/options.rb in cocoapods-jxedt-0.0.14 vs lib/cocoapods-jxedt/command/options/options.rb in cocoapods-jxedt-0.0.15

- old
+ new

@@ -1,19 +1,19 @@ module Pod class Command class JxedtCommand < Command class Options < JxedtCommand - self.summary = 'binary配置参数介绍' + self.summary = 'cocoapods-jxedt插件配置参数介绍。' self.description = <<-DESC - binary插件配置介绍 + cocoapods-jxedt插件配置参数介绍 DESC self.command = 'options' self.arguments = [ ] def self.options [ - ['--more-config', '获取cocoapods-jxedt插件的完整配置'], - ['--config', '获取cocoapods-jxedt插件的基础配置'] + ['--config', '获取cocoapods-jxedt插件的基础配置'], + ['--more-config', '获取cocoapods-jxedt插件的完整配置'] ] end def initialize(argv) @config = argv.flag?('config', false) @more_config = argv.flag?('more-config', false) \ No newline at end of file