screengrab/lib/screengrab/commands_generator.rb in fastlane-2.19.1 vs screengrab/lib/screengrab/commands_generator.rb in fastlane-2.19.2

- old
+ new

@@ -13,10 +13,10 @@ def run program :name, 'screengrab' program :version, Fastlane::VERSION program :description, 'CLI for \'screengrab\' - Automate taking localized screenshots of your Android app on emulators or real devices' - program :help, 'Authors', 'Andrea Falcone <afalcone@twitter.com>, Michael Furtak <mfurtak@twitter.com>' + program :help, 'Authors', 'Andrea Falcone <asfalcone@google.com>, Michael Furtak <mfurtak@google.com>' program :help, 'Website', 'https://fastlane.tools' program :help, 'GitHub', 'https://github.com/fastlane/screengrab' program :help_formatter, :compact global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true }