Skip to content

Command line options

I was confused at first about the "Config" part of the library. Then I realized it was just a command line options parsing.

My favorite CLI library is a header only library called clipp. It is robust and very easy to use. https://github.com/muellan/clipp

It might help simplify yourw code base.