args
Arg parser
A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments.
Simple and type-safe commandline argument parser for C++14
66 stars
8 watching
11 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
argument-parsercommand-line-parsercpluspluscplusplus-11cplusplus-14cppcpp11cpp14
Related projects:
Repository | Description | Stars |
---|---|---|
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
bfgroup/lyra | A command line argument parser for C++ | 493 |
qookei/conflict | A C++17 command line argument parser library with basic options support | 3 |
cofyc/argparse | A C-based command line arguments parsing library | 694 |
adishavit/argh | A lightweight command-line argument parser | 1,336 |
sailormoon/flags | An argument parser library that allows parsing command-line arguments in a simple and extensible way. | 227 |
prajwalch/yazap | A command-line argument parsing library for Zig | 155 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 181 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 469 |
mattbryson/bash-arg-parse | A bash script template for parsing named, short and positional CLI arguments. | 64 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,692 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
nk412/optparse | A simple command-line argument parser for BASH scripts | 159 |
adamabdelhamed/powerargs | Provides a .NET Standard command line argument parser with advanced features and automatic exception handling | 569 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,230 |