cmdline-parser
There are 16 repositories under cmdline-parser topic.
muellan/clipp
easy to use, powerful & expressive command line argument parsing for modern C++ / single header / usage & doc generation
bfgroup/Lyra
A simple to use, composable, command line parser for C++ 11 and beyond
jamolnng/argparse
A simple C++ header only command line argument parser
ronen25/libcmdf
Single-header library for writing CLI applications in C/C++
ToToTec/CmdOption
CmdOption is a simple annotation-driven command line parser toolkit for Java 6+ applications that is configured through annotations.
jermp/cmd_line_parser
Command line parser for C++17.
hoenirvili/skapt
Package for building command line apps in Go
hedzr/Cmdr.Core
Useful POSIX command line arguments parser for .Net. Hierarchical-configuration Store for app.
christian-korneck/argprint
inspect cmdline arguments
lefou/CmdOption
CmdOption is a simple annotation-driven command line parser toolkit for Java 5 applications that is configured through annotations.
ohir/mopt
A minimalistic Go "flag" substitute that parses cmdline in the getopt style, with default values and -h help support built-in. Can be instantiated and used within a single line.
opokatech/options
Very simple to use args parser in C++.
DAlexis/cli-ini-config
This library is for simplifying configuration of programs that use command line options and configuration files.
devel0/netcore-cmdline
netcore command line parser
hanishkvc/prgs-rustland-libs-argsclsk
A simple commandline arguments handler for rust programs. It allows arguments that need to be processed to identified and handler registered. The handler can decide how many adjacent arguments it will consume. A remaining args marker can be set. A list of unhandled and remaining arguments after arguments have been handled can be got.
Sipkab/sipka.cmdline
Java annotation processor generating command line argument parser classes