Arguments

Argument parser

A utility for parsing command line arguments in C++

Command line argument handling for C++

GitHub

0 stars
2 watching
0 forks
Language: C++
last commit: about 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cosiner/argv A library to parse and split command line strings into argument arrays 41
boostorg/program_options A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. 110
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
docopt/docopt.c A C-code generator for parsing command-line arguments in the docopt language 320
abolz/cmdline2 A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. 18
robik/commandr A command-line argument parser with support for flags, options, arguments, and subcommands. 41
cofyc/argparse A C-based command line arguments parsing library 690
burner/argsd A command-line argument parser library for DLang 16
pfultz2/args A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. 66
txgruppi/parseargs-go A string argument parser for Go that handles quoted arguments and flags as simple strings. 10
taywee/args A C++ header-only argument parser library designed to provide flexible and powerful argument handling with static type checking. 1,405
google/argh An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. 1,670
nemec/clipr A command line parser library for C# that enables easy creation of classes with parsed arguments. 89
nick-lucas/entrypoint A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. 137