flags
Arg parser
An argument parser library that allows parsing command-line arguments in a simple and extensible way.
⛳ Simple, extensible, header-only C++17 argument parser released into the public domain.
227 stars
17 watching
16 forks
Language: C++
last commit: over 1 year ago argument-parserc-plus-plusc-plus-plus-17freefree-softwareheader-onlyparsepublic-domainpublicdomainsimple
Related projects:
Repository | Description | Stars |
---|---|---|
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 181 |
qookei/conflict | A C++17 command line argument parser library with basic options support | 3 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 617 |
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 |
cofyc/argparse | A C-based command line arguments parsing library | 694 |
rushfive/runinfobuilder | A command line parser for .NET that uses object trees to parse program arguments into a structured data format. | 43 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
lunarmodules/lua_cliargs | A command-line argument parsing module for Lua | 123 |
cosiner/flag | A command line option parsing library with support for infinite level subcommands and flexible flag definitions. | 131 |
adishavit/argh | A lightweight command-line argument parser | 1,336 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
scallop/scallop | A lightweight command-line argument parsing library for Scala applications | 680 |