mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-16 20:07:06 +03:00
Add argparse (Argument Parser for Modern C++) (#1470)
This commit is contained in:
@@ -222,6 +222,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
||||
*Console/Terminal User Interface, Command Line Interface*
|
||||
|
||||
* [Argh!](https://github.com/adishavit/argh) - A minimalist, frustration-free, header-only argument handler. [BSD]
|
||||
* [argparse](https://github.com/p-ranav/argparse) - Argument Parser for Modern C++. [MIT]
|
||||
* [Taywee/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]
|
||||
|
||||
Reference in New Issue
Block a user