From 6f54591eb3a0ec59903772f9b881bd595bc804b6 Mon Sep 17 00:00:00 2001 From: Adi Shavit Date: Tue, 5 Sep 2017 14:13:03 +0300 Subject: [PATCH] Adds Argh! to CLI libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1f802d..ca4fd30 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## CLI *Console/Terminal User Interface, Command Line Interface* + * [Argh!](https://github.com/adishavit/argh) - A minimalist, frustration-free, header-only argument handler. [BSD] * [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] * [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost] * [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]