popl
Option parser
A lightweight C++ library for parsing command-line options and arguments in a single header file.
Header-only C++ program options parser library
166 stars
10 watching
32 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
argument-parserbash-completioncommand-line-parsercommandline-flagscpp11getoptgroffheader-onlyoption-parserprogram-options
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
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 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
cngilbreth/optionsf90 | A module for parsing command-line options and input parameters in Fortran programs. | 12 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 464 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |