bin/snapshot in snapshot-0.8.0 vs bin/snapshot in snapshot-0.9.0

- old
+ new

@@ -17,15 +17,15 @@ program :version, Snapshot::VERSION program :description, 'CLI for \'snapshot\' - Automate taking localized screenshots of your iOS app on every device' program :help, 'Author', 'Felix Krause <snapshot@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' program :help, 'GitHub', 'https://github.com/krausefx/snapshot' - # program :help_formatter, :compact # https://github.com/commander-rb/commander/issues/12 + program :help_formatter, :compact global_option '--snapfile PATH', String, 'Custom path for your Snapfile.' global_option '--nobuild', 'Skips the build process when running snapshot.' global_option '--noclean', 'Skips the clean process of the build command when running snapshot.' - global_option('--verbose', 'Shows all output printed by Instruments.') { $verbose = true } + global_option('--verbose', 'Shows more output including all output printed by Instruments.') { $verbose = true } always_trace! command :run do |c| c.syntax = 'snapshot'