On Tue, Feb 5, 2013 at 10:27 AM, Greg Thomas <[email protected]>wrote:
> > If you would specify hasArgs(3), you would indeed get the values > > split into an array of 3 strings. > > Though in my usage, the argument was a CSV list of arbitrary length, > the example I gave just happened to be three. > Well, I do not think this parameter was intended for dynamic sized arguments, but rather for fixed-size key/value pairs. The documentation clearly lacks in explaining what this parameter does, your use-case would be an extension imho (e.g. allow unlimited arg values). Thomas
