Skip to content

Commit a200b69

Browse files
authored
Adds cxxopts to the list of command line parsers.
1 parent d4ba1ca commit a200b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
153153
* [Argh!](https://github.com/adishavit/argh) - A minimalist, frustration-free, header-only argument handler. [BSD]
154154
* [Taywee/args](https://github.com/taywee/args) - A simple header-only C++ argument parser library. [MIT]
155155
* [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
156+
* [jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) - Lightweight C++ command line option parser. [MIT]
156157
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
157158
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
158159
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]

0 commit comments

Comments
 (0)