pilot/lib/pilot/commands_generator.rb in fastlane-2.65.0 vs pilot/lib/pilot/commands_generator.rb in fastlane-2.66.0
- old
+ new
@@ -102,9 +102,10 @@
FastlaneCore::CommanderGenerator.new.generate(Pilot::Options.available_options, command: c)
c.action do |args, options|
config = create_config(options)
+ UI.user_error!("You must include an `app_identifier` to list testers") unless config[:app_identifier]
Pilot::TesterManager.new.list_testers(config)
end
end
command :find do |c|