From 0a2bf91d5f93c850875e104c44a0e73b3ed12a8e Mon Sep 17 00:00:00 2001 From: Sergey S Date: Thu, 11 Apr 2024 03:32:37 +0100 Subject: [PATCH] Remove mention of Clara CLI library from the list as it's not longer maintained (#1529) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ac59050..e2ad32c 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [argparse](https://github.com/p-ranav/argparse) - Argument Parser for Modern C++. [MIT] * [args](https://github.com/taywee/args) - A simple header-only C++ argument parser library. [MIT] * [Boost.Program_options](https://github.com/boostorg/program_options) - A library to obtain program options via conventional methods such as command line and config file. [Boost] [website](https://boost.org/libs/program_options) - * [Clara](https://github.com/catchorg/Clara) - A simple to use, composable, command line parser for C++ 11 and beyond. [Boost] * [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]