Class: Pindo::Command::Android::Keystore
- Inherits:
-
Pindo::Command::Android
- Object
- CLAide::Command
- Pindo::Command
- Pindo::Command::Android
- Pindo::Command::Android::Keystore
- 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
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Keystore
constructor
A new instance of Keystore.
- #run ⇒ Object
Methods inherited from Pindo::Command
command_name, #initialize_options, run, use_cache?, #validate!
Methods included from Funlog::Mixin
Methods included from Pindoconfig::Mixin
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
.options ⇒ Object
17 18 19 |
# File 'lib/pindo/command/android/keystore.rb', line 17 def self. [].concat(super) end |
Instance Method Details
#run ⇒ Object
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 |