Method: Gct::Command::Create::Oc.options

Defined in:
lib/gct/command/create/oc.rb

.optionsObject



21
22
23
24
25
# File 'lib/gct/command/create/oc.rb', line 21

def self.options 
  [
    ['--push-spec', '是否上传到pod私有仓库'],
  ].concat(super)
end