cxxopts
Option Parser
A lightweight C++ command line option parser library
Lightweight C++ command line option parser
4k stars
58 watching
592 forks
Language: C++
last commit: 29 days ago
Linked from 5 awesome lists
c-plus-plusoption-parserpositional-arguments
Related projects:
Repository | Description | Stars |
---|---|---|
p-ranav/argparse | An argument parser for modern C++ | 2,696 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
docopt/docopt | A Python library that generates beautiful command-line interfaces automatically from usage patterns. | 7,949 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
jessevdk/go-flags | A command line option parser library for Go. | 2,596 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 464 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
anthonycalandra/modern-cpp-features | A resource for learning modern C++ language and library features | 19,757 |
commandlineparser/commandline | Provides a standardized and concise API for manipulating command line arguments in C# applications. | 4,584 |