argparse
Arg parser
A C-based command line arguments parsing library
Command-line arguments parsing library.
692 stars
27 watching
125 forks
Language: C
last commit: 5 months ago
Linked from 1 awesome list
argparseargument-parsingccli
Related projects:
Repository | Description | Stars |
---|---|---|
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
adishavit/argh | A lightweight command-line argument parser | 1,334 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 613 |
iffy/nim-argparse | Generates parsers at compile time for parsing command line arguments in Nim | 123 |
mpeterv/argparse | A feature-rich command line parser for Lua | 264 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,678 |
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 459 |
burner/argsd | A command-line argument parser library for DLang | 16 |
qookei/conflict | A C++17 command line argument parser library with basic options support | 3 |
bfgroup/lyra | A command line argument parser for C++ | 488 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 466 |