jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.25k stars 590 forks source link

Add option to display usage #355

Closed yassirnajmaoui closed 2 years ago

yassirnajmaoui commented 2 years ago

Make the usage displaying optional.

This was necessary for one of our projects since we had a custom usage for the program; we expected input from the standard output.


This change is Reviewable

jarro2783 commented 2 years ago

Looks like there are build failures.

yassirnajmaoui commented 2 years ago

Looks like there are build failures.

You're right. I forgot some definitions. I fixed it now, please tell me if something else breaks.