- https://github.com/jarro2783/cxxopts - couple thousand of lines, slightly prickly
- getopt - dynamic link rather than bundle code
- https://github.com/clibs/flag - c, compilable by C++ with a tweak
- https://github.com/tanakh/cmdline - similar to cli11
- cli11 - best interface, easy to use, rather big codebase
- https://github.com/cofyc/argparse - small, modest, easy to use
- https://github.com/p-ranav/argparse - small, mimics python's parser, easy to use, C++17
Last active
November 9, 2022 01:23
-
-
Save meshula/45f221cdee6b96c6f7cbd4d65e67b2e0 to your computer and use it in GitHub Desktop.
command line parsers for c/c++
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment