argparse

Argument Parser

An argument parser for modern C++

Argument Parser for Modern C++

GitHub

3k stars
31 watching
245 forks
Language: C++
last commit: 2 months ago
Linked from 3 awesome lists

argument-parsercpp17cross-platformheader-onlylibrarymit-license

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
p-ranav/structopt A lightweight C++ header-only library for parsing command line arguments into a structured format. 464
adishavit/argh A lightweight command-line argument parser 1,332
cofyc/argparse A C-based command line arguments parsing library 690
jarro2783/cxxopts A lightweight C++ command line option parser library 4,232
akamensky/argparse Provides a flexible and easy-to-use command line argument parsing solution for Go programs. 612
pfultz2/args A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. 66
cosiner/argv A library to parse and split command line strings into argument arrays 41
qookei/conflict A C++17 command line argument parser library with basic options support 3
bfgroup/lyra A command line argument parser for C++ 483
adamabdelhamed/powerargs Provides a .NET Standard command line argument parser with advanced features and automatic exception handling 569
mpeterv/argparse A feature-rich command line parser for Lua 260
google/argh An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. 1,670
badaix/popl A lightweight C++ library for parsing command-line options and arguments in a single header file. 166
taywee/args A C++ header-only argument parser library designed to provide flexible and powerful argument handling with static type checking. 1,405
boostorg/program_options A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. 110