From 9b98e8ba4ef1af901a537c27bb86ea31fafe8f05 Mon Sep 17 00:00:00 2001 From: Jianwei Han Date: Fri, 6 Nov 2015 15:35:47 +0800 Subject: [PATCH] Add docopt.cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a42aded..e9a59ce 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Console/Terminal User Interface, Command Line Interface* * [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] * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT] * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]