Registry / cli / cli11
library2.6.2vcpkgunverified

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

vcpkg install cli11
INSTALL
IMPORT
SIG · CLI11
C
cli11
clicppv2.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CLI/CLI.hpp
#include <CLI/CLI.hpp>

Basic CLI11 usage with option parsing

#include <CLI/CLI.hpp> int main(int argc, char** argv) { CLI::App app{"App description"}; std::string name; app.add_option("-n,--name", name, "Your name"); CLI11_PARSE(app, argc, argv); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources

No resource links recorded.