Skip to content
00JCIV00 edited this page Apr 27, 2024 · 4 revisions

Home

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 is a living guide, 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.

You can also checkout the API Docs for more info.