bin/snapshot in snapshot-0.7.1 vs bin/snapshot in snapshot-0.8.0

- old
+ new

@@ -17,10 +17,10 @@ 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 + # program :help_formatter, :compact # https://github.com/commander-rb/commander/issues/12 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 }