Class: Flappy::CLI
Instance Method Summary collapse
- #archive_ipa(*args) ⇒ Object
- #build_apk(*args) ⇒ Object
- #build_ipa(*args) ⇒ Object
- #help(command = nil, subcommand = false) ⇒ Object
- #publish(*args) ⇒ Object
Instance Method Details
#archive_ipa(*args) ⇒ Object
86 87 88 89 |
# File 'lib/flappy/cli.rb', line 86 def archive_ipa(*args) prepare :archive_ipa Flappy.archive_ipa(*args, ) end |
#build_apk(*args) ⇒ Object
38 39 40 41 42 |
# File 'lib/flappy/cli.rb', line 38 def build_apk(*args) prepare :build_apk Flappy.build_apk(*args, ) end |
#build_ipa(*args) ⇒ Object
80 81 82 83 |
# File 'lib/flappy/cli.rb', line 80 def build_ipa(*args) prepare :build_ipa Flappy.build_ipa(*args, ) end |
#help(command = nil, subcommand = false) ⇒ Object
120 121 122 |
# File 'lib/flappy/cli.rb', line 120 def help(command = nil, subcommand = false) super end |