snapshot/lib/snapshot/commands_generator.rb in fastlane-2.14.2 vs snapshot/lib/snapshot/commands_generator.rb in fastlane-2.15.0.beta.20170213032052

- old
+ new

@@ -18,10 +18,10 @@ program :help, 'Author', 'Felix Krause <snapshot@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' program :help, 'GitHub', 'https://github.com/fastlane/snapshot' program :help_formatter, :compact - global_option('--verbose', 'Shows a more verbose output') { $verbose = true } + global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } always_trace! FastlaneCore::CommanderGenerator.new.generate(Snapshot::Options.available_options)