slackbuilds/libraries/CLI11
xaizek 9489c4fd68
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>
2023-04-29 18:11:37 +07:00
..
CLI11.SlackBuild libraries/CLI11: Added (a command line parser for C++11 and beyond) 2023-04-29 18:11:37 +07:00
CLI11.info libraries/CLI11: Added (a command line parser for C++11 and beyond) 2023-04-29 18:11:37 +07:00
README libraries/CLI11: Added (a command line parser for C++11 and beyond) 2023-04-29 18:11:37 +07:00
slack-desc libraries/CLI11: Added (a command line parser for C++11 and beyond) 2023-04-29 18:11:37 +07:00

README

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.