fastlane/lib/fastlane/commands_generator.rb in fastlane-2.23.0.beta.20170322010036 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.23.0
- old
+ new
@@ -89,10 +89,9 @@
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]'