snapshot/lib/snapshot/commands_generator.rb in fastlane_hotfix-2.165.1 vs snapshot/lib/snapshot/commands_generator.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -1,7 +1,9 @@ require 'commander' +require 'fastlane_core/ui/help_formatter' + require_relative 'module' require_relative 'runner' require_relative 'options' HighLine.track_eof = false @@ -19,10 +21,10 @@ program :version, Fastlane::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, 'Documentation', 'https://docs.fastlane.tools/actions/snapshot/' - program :help_formatter, :compact + program :help_formatter, FastlaneCore::HelpFormatter global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } always_trace!