lunarmodules / lua_cliargs

A command-line argument parsing module for Lua.
MIT License
123 stars 24 forks source link

Unbound splat arguments, fixes GH-54 #59

Open amireh opened 7 years ago

amireh commented 7 years ago

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.