From 9489c4fd6801e277d934cdf9f32d1071284e1389 Mon Sep 17 00:00:00 2001 From: xaizek Date: Thu, 27 Apr 2023 21:40:10 +0100 Subject: libraries/CLI11: Added (a command line parser for C++11 and beyond) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- libraries/CLI11/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/CLI11/slack-desc (limited to 'libraries/CLI11/slack-desc') 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: -- cgit v1.2.3