Registry / cli / argumentum

argumentum

JSON →
library0.3.2vcpkgunverified

A C++17 command line argument parser inspired by Python argparse.

vcpkg install argumentum
INSTALL
IMPORT
SIG · ARGUMENTUM
A
argumentum
clicppv0.3.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.

argumentum/argumentum.h
#include <argumentum/argumentum.h>

Parse a command line argument for a name

#include <argumentum/argumentum.h> #include <iostream> int main(int argc, char* argv[]) { auto parser = argumentum::argument_parser{}; std::string name; parser.config().program("myapp").add_argument("name", name).help("Your name"); parser.parse_args(argc, argv); std::cout << "Hello, " << name << "!\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources

No resource links recorded.