Closed gdevenyi closed 6 years ago
the code for argument parsing is already hard enough as it is. i wouldn't want to make it even harder to ever read and understand again. really what you are asking for is to use a proper language with proper argument parsing libs. sorry, but i don't see this as an issue, more as a feature request which, considering what it means, should be closed as wont-fix.
I agree with @mstreuhofer that when you consider the implementation complexity and the cost of that chunk of code in every tempalte, we're beyond the tipping point where it might be more suitable to use an external library (not sure if getops would do the trick already) or a higher level language instead.
Right now, if I want to provide multiple inputs to an argument I have to do this:
It would be nice if it instead could be:
Or possibly,