jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.23k stars 592 forks source link

Post a comparison of this library with boost::program_options #165

Open eyalroz opened 5 years ago

eyalroz commented 5 years ago

The standard C++ library doesn't include any option parsing functionality, but Boost does: boost::program_options.

Could you possibly post an overview of the differences in functionality (and perhaps dependencies and implementation approach) between this library and the Boost one?

jarro2783 commented 5 years ago

I think I can write that down somewhere.

DavidAntliff commented 5 years ago

Just wondering if this exists yet? No problem if it doesn't, but I am curious as to the main differences...

DerekLambertiOfArm commented 4 years ago

I concur. Seeing the difference would be helpful. At the feature level certainly, but also the compile time and binary size differences for a few compilers.