Description
Provides CLI11, a C++11 library for parsing command-line options and arguments. Developers use it to build clear command interfaces with validation, help text, subcommands, and typed values.
Install it when building software that depends on CLI11 or when adding a command-line interface to a C++ project. Argument parsing should be tested with invalid and edge-case inputs.