requestedMinArgs

Influences an ArgsRangeDecider's choice of ArgsRange.take, signaling that it should be at least the specified amount, unless the ArgsGenerator repeats values beforehand.

Must be greater than 0 if set.

🔍 Typically used during local development to force more arguments without the need to change profiles.

Note, you are not allowed to set requestedMinArgs via variist.properties (which is usually committed), use variist.local.properties instead (which is usually on the git ignore list).