-
Notifications
You must be signed in to change notification settings - Fork 6
Home
00JCIV00 edited this page Apr 1, 2024
·
4 revisions
Welcome to the Cova wiki!
Commands, Options, Values, Arguments. A simple yet robust command line argument parsing library for Zig.
While this guide does cover several aspects of the library, everything that's needed to get up and running can be found in the Getting Started section.
This guide is a Work in Progress, but is intended to cover everything from how to install the Cova library into your project, to basic setup and many of the library's advanced features. For a more direct look at the library in action, checkout examples/covademo.zig
, examples/basic-app.zig
, and the tests in src/cova.zig
where many of the examples are lifted directly from.
Looking for Cova's API Documentation? Click here!