args-parser
There are 46 repositories under args-parser topic.
bombshell-dev/args
<1kB CLI flag parser
fred1268/go-clap
Lightweight, non intrusive Command Line Argument Parser
piotr-yuxuan/malli-cli
Configuration powertool with `metosin/malli`
AltriusRS/Shumai
A delicious new outlook on command line argument handling.
kazupon/args-tokens
parseArgs tokens compatibility and more high-performance parser
tombh/bash-args-parser
A quick and convenient way to support arguments in BASH. There are already some other projects that do this, but of course they weren't quite _exactly_ how I want it.
ZhengqiaoWang/JArgsParser
A head-only arguments parser(argsparser) c++11 lib 一个只有一个头文件的C++11参数解析库
lucocozz/Argus
Argus is a cross-platform modern feature-rich command-line argument parser for C
fujiapple852/claptrap
Bring the power of Clap to shell scripts
prantlf/v-cargs
Parses command-line arguments to statically typed options with the help of usage description.
UsboKirishima/wimey
Wimey is a lightweight C library for building command-line tools with ease. It supports both command and argument parsing, including value handling, automatic help generation, and type-safe conversions. Designed for flexibility and minimal dependencies, Wimey helps you structure your CLI programs cleanly and efficiently.
Smoren/argparse-ts
Modern CLI arguments parser for node.js (TypeScript / JavaScript).
code-of-chaos/CliArgsParser-cs
CLIArgsParser is a library built around Dependency Injection to allow you to create CLI tools with ease
MAIPA01/margs
margs (Maipa's Args Analyzer) is a C++ library for parsing command-line arguments. It supports flags (--flag), values (--value value), and grouped arguments (e.g., group --group-flag). The library allows easy definition of valid arguments, automatically generates error messages for invalid input, and provides built-in help message generation.
birg81/python.wideprogramming
It contains pieces of code that show the potential of Python at 360 ° in a didactic way
codeRATny/simple-args-parser
Modern c++ arguments parser
donnachaforde/espresso
A simple C++ library that handles everything to do with CLI arguments.
modpm/cmd
Simple, intuitive library for building CLI applications in D.
MohamedSaidSallam/halstead_cyclomatic
Calculates Halstead Metric and Cyclomatic Complexity for a given java file
neo-dart/neoargs
A fluent and idiomatic argument parser (usually for command-line apps) in Dart.
nktknshn/yargs-command-wrapper
wraps yargs command to make it more typesafe
oxydemeton/arg_parse
Another command line parser for rust
sertschgi/ClParser
A simple command line parser
shiipou/vargs
[WIP] V library to parse CLI args easily
t-matsuo/neobash
framework and usuful libraries for bash script
ubermanu/as-command
A command line arguments parser for AssemblyScript
unyt-org/command-line-args
Declare and parse command line options in deno, with automatic help generation
axtk/args-json
Zero-dependency typed command-line argument parser
t-matsuo/bashargs
Parser for bash script args and bash function args.
hernancerm/args.zsh
Parse command line arguments in Zsh
izenynn/mini-arg
A simple library for argument parsing in C.
ParadoxZero/argust
Simple commandline parser for rust programs
powerpuffpenguin/bash-snippets
bash code snippets
sc4rfurry/argonaut
A custom argument parsing library for CLI applications with a focus on simplicity and ease of use.
sigpwned/just-args-java
Simple CLI argument parsing library
stbestichhh/stlib-args-parser
CLI args parser for Node.js