Skip to content

Commit 1c08443

Browse files
committed
Merge pull request fffaraz#159 from hanjianwei/add-docopt
Add docopt.cpp
2 parents 4dd3984 + 9b98e8b commit 1c08443

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

142142
* [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]
143+
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
143144
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
144145
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
145146
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]

0 commit comments

Comments
 (0)