Skip to content

Commit 3cc69b2

Browse files
authored
Merge pull request fffaraz#401 from pavel-belikov/master
Adds Taywee/args to CLI libraries
2 parents 76373e9 + 6bae4b5 commit 3cc69b2

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
@@ -151,6 +151,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
151151
*Console/Terminal User Interface, Command Line Interface*
152152

153153
* [Argh!](https://github.com/adishavit/argh) - A minimalist, frustration-free, header-only argument handler. [BSD]
154+
* [Taywee/args](https://github.com/taywee/args) - A simple header-only C++ argument parser library. [MIT]
154155
* [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]
155156
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
156157
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]

0 commit comments

Comments
 (0)