Class: Pindo::Command::Android::Keystore
- Inherits:
-
Android
- Object
- Android
- Pindo::Command::Android::Keystore
- Defined in:
- lib/pindo/command/android/keystore.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Keystore
constructor
A new instance of Keystore.
- #run ⇒ Object
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 |