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

GitHub

169 stars
10 watching
32 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list

argument-parserbash-completioncommand-line-parsercommandline-flagscpp11getoptgroffheader-onlyoption-parserprogram-options

Backlinks from these awesome lists:

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 tools for parsing and managing command-line arguments in Clojure applications. 726
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 916
jcomellas/getopt A library to parse command line arguments using GNU getopt syntax in Erlang. 251
sjl/adopt A simple UNIX-style option parser in Common Lisp. 31
bfgroup/lyra A command line argument parser for C++ 493
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,230
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,434
p-ranav/structopt A lightweight C++ header-only library for parsing command line arguments into a structured format. 469
chh/optparse A lightweight command line argument parser for PHP 19