fastlane/lib/fastlane/commands_generator.rb in fastlane-2.85.0.beta.20180308050114 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.85.0
- old
+ new
@@ -114,11 +114,9 @@
c.syntax = 'fastlane init'
c.description = 'Helps you with your initial fastlane setup'
c.option('-u STRING', '--user STRING', String, 'iOS projects only: Your Apple ID')
- # CrashlyticsBetaCommandLineHandler.apply_options(c)
-
c.action do |args, options|
is_swift_fastfile = args.include?("swift")
Fastlane::Setup.start(user: options.user, is_swift_fastfile: is_swift_fastfile)
end
end