summaryrefslogtreecommitdiffstats
path: root/libraries/CLI11/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/CLI11/README')
-rw-r--r--libraries/CLI11/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/CLI11/README b/libraries/CLI11/README
new file mode 100644
index 0000000000..a4b8ac4f7c
--- /dev/null
+++ b/libraries/CLI11/README
@@ -0,0 +1,8 @@
+CLI11 - a command line parser for C++11 and beyond
+
+CLI11 provides all the features you expect in a powerful command line
+parser, with a beautiful, minimal syntax and no dependencies beyond
+C++11. It is header only, and comes in a single file form for easy
+inclusion in projects. It is easy to use for small projects, but
+powerful enough for complex command line projects, and can be
+customized for frameworks.