blob: f868b5c7331bd9d212afcd66a7c6a43eaf211850 (
plain)
1
2
3
4
5
|
docopt.cpp (C++11 options parser based on help messages)
docopt.cpp generates an option parser based on help messages in
man-like style. It eliminates the need to write the repeatable parser
code, and instead works off of help messages.
|