00JCIV00 / cova

Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig.
https://00jciv00.github.io/cova/
MIT License
111 stars 5 forks source link

Auto-handle Usage/Help messages during parsing #13

Closed 00JCIV00 closed 1 year ago

00JCIV00 commented 1 year ago

The cova.ParseConfig struct and cova.parseArgs() function should allow library users to handle Usage/Help messages during parsing automatically instead of manually analyzing and handling those calls after parsing.

00JCIV00 commented 1 year ago

Added via: