Registry / cli / clipp
library2019-04-30vcpkgunverified

Command line interfaces for modern C++

vcpkg install clipp
INSTALL
IMPORT
SIG · CLIPP
C
clipp
clicppv2019-04-30
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.

clipp.h
#include <clipp.h>

Parse a boolean flag from command line

#include <clipp.h> #include <iostream> int main(int argc, char* argv[]) { bool verbose = false; auto cli = clipp::option("-v", "--verbose").set(verbose); if (clipp::parse(argc, argv, cli)) { std::cout << "Verbose: " << verbose << "\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-04-30latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources

No resource links recorded.

clipp — pip install clipp · libregistry