parg
Arg parser
A parser for command-line arguments that works similarly to the getopt function.
Parser for argv that works similarly to getopt
181 stars
8 watching
18 forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list
cgetopt
Related projects:
Repository | Description | Stars |
---|---|---|
cofyc/argparse | A C-based command line arguments parsing library | 694 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
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 |
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 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,692 |
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |
kimgr/getopt_port | An implementation of getopt-style command-line parsing with limited GNU extensions | 89 |
jorgebucaran/getopts.fish | A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. | 223 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 617 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 251 |
iffy/nim-argparse | Generates parsers at compile time for parsing command line arguments in Nim | 123 |
burner/argsd | A command-line argument parser library for DLang | 16 |
jwtowner/lug | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |