Registry / cli / argus
library0.2.0vcpkgunverified

Argus is a cross-platform modern feature-rich command-line argument parser for C.

vcpkg install argus
INSTALL
IMPORT
SIG · ARGUS
A
argus
clicppv0.2.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.

argus.h
#include <argus.h>

Parse command-line arguments with Argus

#include <argus.h> int main(int argc, char* argv[]) { Argus_Parser* parser = argus_parser_create("MyApp"); argus_parser_add_string(parser, "name", 'n', "Your name", true); argus_parser_parse(parser, argc, argv); const char* name = argus_get_string(parser, "name"); argus_parser_destroy(parser); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
Resources

No resource links recorded.

argus — pip install argus · libregistry