aboutsummaryrefslogtreecommitdiff
path: root/libraries/docopt.cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/docopt.cpp/README')
-rw-r--r--libraries/docopt.cpp/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/docopt.cpp/README b/libraries/docopt.cpp/README
new file mode 100644
index 0000000000..f868b5c733
--- /dev/null
+++ b/libraries/docopt.cpp/README
@@ -0,0 +1,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.