fastlane/lib/fastlane/commands_generator.rb in fastlane-2.18.0.beta.20170220010017 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.18.0.beta.20170221010026

- old
+ new

@@ -90,9 +90,10 @@ global_option('--capture_output', 'Captures the output of the current run, and generates a markdown issue template') do FastlaneCore::Globals.capture_output = true FastlaneCore::Globals.verbose = true end global_option('--troubleshoot', 'Enables extended verbose mode. Use with caution, as this even includes ALL sensitive data. Cannot be used on CI.') + global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`') always_trace! command :trigger do |c| c.syntax = 'fastlane [lane]'