max Args
Should influence an ArgsRangeDecider's choice of ArgsRange.take, signaling that it should not be greater than the specified amount.
Must be greater than 0 if set.
🔍 Typically used with a fixed seed and skip (i.e. during debugging) to restrict ArgsRange.take.
Note, you are not allowed to set maxArgs via variist.properties (which is usually committed), use variist.local.properties instead (which is usually on the git ignore list).