From 575d0706c46d3a31bdc5ba3cd86112459f5e3dfe Mon Sep 17 00:00:00 2001 From: wangguodong <499957739@qq.com> Date: Mon, 5 Dec 2022 01:37:11 +0800 Subject: [PATCH] Update README.md add a library named clipp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e233009..f91d6f3 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Clara](https://github.com/catchorg/Clara) - A simple to use, composable, command line parser for C++ 11 and beyond. [BSL-1.0] * [cli](https://github.com/daniele77/cli) - A cross-platform header only C++14 library for interactive command line interfaces (Cisco style). [Boost] * [CLI11](https://github.com/CLIUtils/CLI11) - Header only single or multi-file C++11 library for simple and advanced CLI parsing. [BSD] + * [clipp](https://github.com/muellan/clipp) - Easy to use, powerful and expressive command line argument handling for C++11/14/17 contained in a single header file. [MIT] * [jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) - Lightweight C++ command line option parser. [MIT] * [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost] * [FINAL CUT](https://github.com/gansm/finalcut) - Library for creating terminal applications with text-based widgets. [LGPL]