argbash
parser generator
Generates bash argument parsing code
Bash argument parsing code generator
1k stars
19 watching
62 forks
Language: M4
last commit: 3 months ago
Linked from 1 awesome list
argument-parsingcode-generatorshell-scripts
Related projects:
Repository | Description | Stars |
---|---|---|
mattbryson/bash-arg-parse | A bash script template for parsing named, short and positional CLI arguments. | 63 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,670 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
adishavit/argh | A lightweight command-line argument parser | 1,331 |
nk412/optparse | A simple command-line argument parser for BASH scripts | 158 |
nealhu/args-kata | Practices readable and maintainable coding skills in parsing command-line arguments | 1 |
cofyc/argparse | A C-based command line arguments parsing library | 690 |
iffy/nim-argparse | Generates parsers at compile time for parsing command line arguments in Nim | 122 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
adamabdelhamed/powerargs | Provides a .NET Standard command line argument parser with advanced features and automatic exception handling | 569 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
jbock-java/jbock | A tool that generates a custom command-line parser from annotated classes. | 87 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 457 |
hejsil/zig-clap | A simple command-line argument parser library for the Zig programming language | 954 |