pilot/lib/pilot/options.rb in fastlane-2.96.0.beta.20180516050022 vs pilot/lib/pilot/options.rb in fastlane-2.96.0.beta.20180517050058
- old
+ new
@@ -177,10 +177,10 @@
optional: true),
# rubocop:enable Metrics/LineLength
FastlaneCore::ConfigItem.new(key: :groups,
short_option: "-g",
env_name: "PILOT_GROUPS",
- description: "Associate tester to one group or more by group name / group id. E.g. '-g \"Team 1\",\"Team 2\"'",
+ description: "Associate tester to one group or more by group name / group id. E.g. `-g \"Team 1\",\"Team 2\"`",
optional: true,
type: Array,
verify_block: proc do |value|
UI.user_error!("Could not evaluate array from '#{value}'") unless value.kind_of?(Array)
end),