cmd_line_parser
Command parser
A lightweight C++17 command line parser with support for parsing command-line options and arguments.
Command line parser for C++17.
25 stars
4 watching
3 forks
Language: C++
last commit: almost 2 years ago cmdline-parsercommand-line-parseroption-parser
Related projects:
Repository | Description | Stars |
---|---|---|
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
fenekku/commandeer | A tool that parses command line arguments and exits gracefully if there is any issue. | 94 |
timtiemens/javacommandlineparser | An evaluation and comparison of various Java libraries for parsing command-line arguments. | 13 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
hedzr/cmdr | Library for parsing command-line arguments and dispatching hierarchical configurations in POSIX-compliant CLI applications. | 136 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
fclp/fluent-command-line-parser | A library for parsing command-line arguments in a strongly typed and fluent manner. | 532 |
nick-lucas/entrypoint | A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. | 137 |
dnaeon/clingon | A command-line options parser system for Common Lisp | 127 |