Closed usox closed 6 years ago
I was looking for a more generic solution because it feels a bit hacky to recognize variadics...but ok.
the reason is that one of the purposes of trailing commas is to preserve ‘git blame’ when adding new parameters/items
Phew, i was not aware of that.... Maybe it's worth to make the params configurable instead of adding some special treatment for variadics in here...
We should consider refactoring parameters to not be string-based,
Fixes #96