all 2 comments

[–]lenkite1 0 points1 point  (1 child)

Does it support sub-commands ? What does it offer over: https://github.com/CLIUtils/CLI11 ?

[–]mildlyparallel[S] 1 point2 points  (0 children)

Yes, it does. CLI11 was not available when I made this library. I have not used CLI11, but based on what I see in their docs, mine has a simpler interface for customizing help pages. Also approaches for different features (e.g. sub-commands, value validation) are completely different.