CmdLine2
command line parser
A C++ library for parsing command line arguments with support for customizable syntax and multiple option types.
Command line argument parser (C++14)
18 stars
3 watching
1 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
argument-parsercommand-line-parseroption-parser
Related projects:
Repository | Description | Stars |
---|---|---|
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
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 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
fclp/fluent-command-line-parser | A library for parsing command-line arguments in a strongly typed and fluent manner. | 532 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
nemec/clipr | A command line parser library for C# that enables easy creation of classes with parsed arguments. | 89 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |