lua_cliargs
lua_cliargs copied to clipboard
Unbound splat arguments, fixes GH-54
Unfortunately, this is a breaking change and requires a major release. The patch makes it so that we no longer reject more than 999 repetitions for a splat argument, and that by default we allow for unlimited arguments (maxcount=0 or nil) instead of 1.