1 repository
The ability to match subcommands using unambiguous partial names.
Distinct from Prefix Matching: Applies prefix matching specifically to CLI subcommand names for shorter user input
Explore 1 awesome GitHub repository matching software engineering & architecture · Subcommand. Refine with filters or upvote what's useful.
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
Matches subcommands using unambiguous partial names, allowing users to trigger commands with shortened versions.