argv
Argument parser
A library to parse and split command line strings into argument arrays
41 stars
3 watching
8 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists
argvcmdline
Related projects:
Repository | Description | Stars |
---|---|---|
cofyc/argparse | A C-based command line arguments parsing library | 690 |
cosiner/flag | A command line option parsing library with support for infinite level subcommands and flexible flag definitions. | 131 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
00jciv00/cova | A cross-platform command line argument parsing library for the Zig programming language. | 109 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,670 |
dabbertorres/arguments | A utility for parsing command line arguments in C++ | 0 |
burner/argsd | A command-line argument parser library for DLang | 16 |
nick-lucas/entrypoint | A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. | 137 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 464 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |