argh
Argument parser
An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification.
Rust derive-based argument parsing optimized for code size
2k stars
13 watching
87 forks
Language: Rust
last commit: 6 months ago
Linked from 1 awesome list
arghargument-parserargumentspositional-argumentsrustrust-librarysubcommands
Related projects:
Repository | Description | Stars |
---|---|---|
adishavit/argh | A lightweight command-line argument parser | 1,331 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
ikskuh/zig-args | An argument parser library for Zig programming language | 253 |
prajwalch/yazap | A command-line argument parsing library for Zig | 153 |
adamabdelhamed/powerargs | Provides a .NET Standard command line argument parser with advanced features and automatic exception handling | 569 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
cofyc/argparse | A C-based command line arguments parsing library | 690 |
nealhu/args-kata | Practices readable and maintainable coding skills in parsing command-line arguments | 1 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
alexarchambault/case-app | A library providing type-level and seamless command-line argument parsing for Scala applications | 296 |
burner/argsd | A command-line argument parser library for DLang | 16 |
hejsil/zig-clap | A simple command-line argument parser library for the Zig programming language | 954 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |