aboutsummaryrefslogtreecommitdiff
path: root/libraries/CLI11/slack-desc
diff options
context:
space:
mode:
authorxaizek <xaizek@posteo.net>2023-04-27 21:40:10 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:37 +0700
commit9489c4fd6801e277d934cdf9f32d1071284e1389 (patch)
tree0aa00c169d7ac70b5ae213ff4db970d4b6177f9d /libraries/CLI11/slack-desc
parent7a867611a93bc228c17262ba617ce4afd53ae740 (diff)
downloadslackbuilds-9489c4fd6801e277d934cdf9f32d1071284e1389.tar.xz
libraries/CLI11: Added (a command line parser for C++11 and beyond)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CLI11/slack-desc')
-rw-r--r--libraries/CLI11/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/CLI11/slack-desc b/libraries/CLI11/slack-desc
new file mode 100644
index 000000000000..4f2aeece5b70
--- /dev/null
+++ b/libraries/CLI11/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+CLI11: CLI11 (a command line parser for C++11 and beyond)
+CLI11:
+CLI11: CLI11 provides all the features you expect in a powerful command line
+CLI11: parser, with a beautiful, minimal syntax and no dependencies beyond
+CLI11: C++11. It is header only, and comes in a single file form for easy
+CLI11: inclusion in projects. It is easy to use for small projects, but
+CLI11: powerful enough for complex command line projects, and can be
+CLI11: customized for frameworks.
+CLI11:
+CLI11:
+CLI11: