parg

Arg parser

A parser for command-line arguments that works similarly to the getopt function.

Parser for argv that works similarly to getopt

GitHub

180 stars
8 watching
17 forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list

cgetopt

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cofyc/argparse A C-based command line arguments parsing library 690
cosiner/argv A library to parse and split command line strings into argument arrays 41
adishavit/argh A lightweight command-line argument parser 1,331
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,670
getopt-php/getopt-php A PHP library for parsing and processing command-line arguments 337
kimgr/getopt_port An implementation of getopt and getopt_long with limited GNU extensions for command-line parsing. 89
jorgebucaran/getopts.fish A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. 222
akamensky/argparse Provides a flexible and easy-to-use command line argument parsing solution for Go programs. 611
jcomellas/getopt A library to parse command line arguments using GNU getopt syntax in Erlang. 249
iffy/nim-argparse Generates parsers at compile time for parsing command line arguments in Nim 122
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. 68