Skip to content

Commit 996800c

Browse files
authored
Merge pull request fffaraz#372 from adishavit/master
Adds Argh! to CLI libraries.
2 parents 0393125 + 6f54591 commit 996800c

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
@@ -146,6 +146,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
146146
## CLI
147147
*Console/Terminal User Interface, Command Line Interface*
148148

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

0 commit comments

Comments
 (0)