args
There are 187 repositories under args topic.
muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
lukeed/mri
Quickly scan for CLI flags and arguments
kazupon/gunshi
Gunshi: Modern javascript command-line library
mmahnic/argumentum
C++ command line parsing library
clercjs/clerc
🖖🏻 Clerc: The full-featured cli library.
jamolnng/argparse
A simple C++ header only command line argument parser
bombshell-dev/args
<1kB CLI flag parser
smarie/python-makefun
Dynamically create python functions with a proper signature.
huanhuanonly/cpp-kwargs
Header-only C++17/20 library that enables Python-like **kwargs style argument passing without any macros or boilerplate, with automatic type conversion support.(在 C++ 中实现 Python 的 **kwargs 风格传参。)
1Computer1/lexure
Parser and utilities for non-technical user input
BanchouBoo/accord
A simple argument parser for Zig
HashimThePassionate/Python-For-Absolute-Beginners
"Python for Absolute Beginners: A Comprehensive Repository" offers a structured learning path, interactive practice, and a supportive community to master Python from scratch. Dive into topics like control flow, object-oriented programming, and more to unlock endless possibilities in software development. Start your Python journey today!
ethan7g/gar
Node arguments parser
smarie/python-valid8
Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
KSXGitHub/deno-args
Extensible CLI arguments parser for Deno with intelligent TypeScript inference
kazupon/args-tokens
parseArgs tokens compatibility and more high-performance parser
federicotdn/brief
Build terminal commands via an interactive and documentable interface
mykeels/CommandLineParser
A command-line-parser c# library for .NET
new-mentat/argen
Generate argument parsing logic in C from a simple config
srinivasayush/docrunner
A command line tool which allows you to run the code in your markdown files to ensure that readers always have access to working code.
augustoproiete/dotnet-args
Cross-platform .NET CLI Tool that prints the command-line arguments it receives, to help debug scripts and apps.
jersou/clite-parser
CliteParser generates CLI from classes (or objects) : each method generates a "command", each field generates an "option"
barbarbar338/bargs
✨ A simple argument parsing system
stancufm/run-sections
Split your script into pieces!
tskit-dev/tstrait
Quantitative trait simulation for ARGs
MFlisar/BundleArgs
Bundle generator for ANY class (Activity, Fragment, Conductor, simple class ...)
Alhadis/GetOptions
JavaScript's answer to getopts. Simple, obvious, and direct.
barbarbar338/daph
✨ A simple CLI commander system
dword-design/mock-argv
Temporarily overrides the command line arguments. This is useful for testing.
prantlf/v-cargs
Parses command-line arguments to statically typed options with the help of usage description.
thebrucecgit/ARG-Bot
A Discord bot designed to help ARGs
thiagodp/split-cmd
💦Split a command into an array or an object for using with spawn or execa
jr-codes/cli-rewire
Make a CLI by rewiring other CLIs
redox-os/arg-parser
Mirror of https://gitlab.redox-os.org/redox-os/arg-parser
jibstack64/field
A subcommand-based argument parsing library.
lucocozz/cargs
Modern C library for command-line argument parsing. Advanced features: subcommands, validation, typed options, multi-inputs, environment variables