bin/deliver in deliver-0.9.3 vs bin/deliver in deliver-0.9.4
- old
+ new
@@ -14,10 +14,10 @@
program :version, Deliver::VERSION
program :description, 'CLI for \'deliver\' - Upload screenshots, metadata and your app to the App Store using a single command'
program :help, 'Author', 'Felix Krause <deliver@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
program :help, 'GitHub', 'https://github.com/krausefx/deliver'
- program :help_formatter, :compact
+ # program :help_formatter, :compact # https://github.com/commander-rb/commander/issues/12 # https://github.com/commander-rb/commander/issues/12
global_option '-f', '--force', 'Runs a deployment without verifying any information (PDF file). This can be used for build servers.'
global_option '--beta', 'Upload a beta build to iTunes Connect. This uses the `beta_ipa` block.'
global_option '--skip-deploy', 'Skips submission of the build on iTunes Connect. This will only upload the ipa and/or metadata.'
\ No newline at end of file