> I'm not interested in arguing about the merits of each approach. My point is
> that if you're writing a new OS then it would make sense to introduce a
> better alternative to command line parsing, but Nim is a programming
> language, it will be used in multiple operating systems and all of them seem
> to be converging into Posix style CLIs.
Yes, Nim works on many OSes and the colons mean tools like `nimble` can do
perfect argument forwarding. No merits of the status quo are known. ("I cannot
type colons" does not count.)
Sorry, I don't have to invent a new OS in order to improve the status quo.
Alternatively I could also argue that the Posix way of dealing with this is
underspecified and Nim adheres to it already... ;-)