Argh! A minimalist argument handler.
CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell input to typed variables and supports the creation of complex command hierarchies. The library is distinguished by its support for nested subcommands with infinite depth and prefix matching. It integrates configuration management by allowing application settings to be loaded from TOML or INI files, with the ability to fall back to environment variables. The project provides a comprehensive set of tools for argument parsing, including flags and positional arguments, alongside
The documentation of the gflags library is available online at https://gflags.github.io/gflags/.
Principalele funcționalități ale gflags/gflags sunt: C++ CLI Frameworks.
Alternativele open-source pentru gflags/gflags includ: adishavit/argh — Argh! A minimalist argument handler. bfgroup/lyra — A simple to use, composable, command line parser for C++ 11 and beyond. cliutils/cli11 — CLI11 is a header-only C++ library for parsing command line arguments and managing configuration files. It maps shell… docopt/docopt.cpp — C++11 port of docopt. jarro2783/cxxopts — cxxopts is a header-only C++ command line parser used to define required options, default values, and positional… taywee/args — A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible…