pilot/lib/pilot/options.rb in fastlane-2.80.0.beta.20180131010003 vs pilot/lib/pilot/options.rb in fastlane-2.80.0.beta.20180201010003

- old
+ new

@@ -87,9 +87,14 @@ FastlaneCore::ConfigItem.new(key: :distribute_external, is_string: false, env_name: "PILOT_DISTRIBUTE_EXTERNAL", description: "Should the build be distributed to external testers?", default_value: false), + FastlaneCore::ConfigItem.new(key: :demo_account_required, + is_string: false, + env_name: "DEMO_ACCOUNT_REQUIRED", + description: "Do you need a demo account when Apple does review?", + default_value: false), FastlaneCore::ConfigItem.new(key: :first_name, short_option: "-f", env_name: "PILOT_TESTER_FIRST_NAME", description: "The tester's first name", optional: true),