A head-only arguments parser(argsparser) c++11 lib 一个只有一个头文件的C++11参数解析库
-
Updated
Nov 7, 2022 - C++
A head-only arguments parser(argsparser) c++11 lib 一个只有一个头文件的C++11参数解析库
margs (Maipa's Args Analyzer) is a C++ library for parsing command-line arguments. It supports flags (--flag), values (--value value), and grouped arguments (e.g., group --group-flag). The library allows easy definition of valid arguments, automatically generates error messages for invalid input, and provides built-in help message generation.
Modern c++ arguments parser
A simple C++ library that handles everything to do with CLI arguments.
Very simple to use args parser in C++.
A library aiming to be an easy to use and simple argument parser for CLI applications.
Add a description, image, and links to the args-parser topic page so that developers can more easily learn about it.
To associate your repository with the args-parser topic, visit your repo's landing page and select "manage topics."