argument-parsing topic
thunder
⚡ Zero-boilerplate commandline argument parsing in Rust
NClap
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
AnyOption
C/C++ Command line and resource file option parsing
pyrallis
Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
paramkit
A small library helping to parse commandline parameters (for C/C++)
argparse
Parser for command-line arguments
yargs-interactive
Interactive support for yargs
ArgMacros.jl
Fast, flexible, macro-based, Julia package for parsing command line arguments.
FluentArgs
FluentArgs is a library to parse command line arguments. It focuses on a very simple API and strong typing. It is able to generate a help view and proper error messages.
declarative-parser
Modern, declarative argument parser for Python 3.6+