Class: Pindo::Command::Android::Keystore

Inherits:
Pindo::Command::Android show all
Defined in:
lib/pindo/command/android/keystore.rb

Constant Summary

Constants inherited from Pindo::Command

DEFAULT_OPTIONS, DEFAULT_ROOT_OPTIONS

Instance Attribute Summary

Attributes inherited from Pindo::Command

#args_help_flag

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Pindo::Command

command_name, #initialize_options, run, use_cache?, #validate!

Methods included from Funlog::Mixin

#pindo_log_instance

Methods included from Pindoconfig::Mixin

#pindo_single_config

Constructor Details

#initialize(argv) ⇒ Keystore

Returns a new instance of Keystore.



21
22
23
# File 'lib/pindo/command/android/keystore.rb', line 21

def initialize(argv)
  super
end

Class Method Details

.optionsObject



17
18
19
# File 'lib/pindo/command/android/keystore.rb', line 17

def self.options
  [].concat(super)
end

Instance Method Details

#runObject

Raises:



25
26
27
28
# File 'lib/pindo/command/android/keystore.rb', line 25

def run
  # TODO: 待实现
  raise Informative, "pindo android keystore 命令暂未实现,请使用 pindo android autobuild"
end