Registry / cli / arg-router

arg-router

JSON →
library1.4.0vcpkgunverified

C++ command line argument parsing and routing.

vcpkg install arg-router
INSTALL
IMPORT
SIG · ARG-ROUTER
A
arg-router
clicppv1.4.0
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.

arg_router.hpp
#include <arg_router.hpp>

Parse command line arguments with a simple parser

#include <arg_router.hpp> int main(int argc, char* argv[]) { auto parser = ar::parser("MyApp", "1.0"); parser.add_argument("name"); auto args = parser.parse_args(argc, argv); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Resources

No resource links recorded.

arg-router — pip install arg-router · libregistry