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
110 stars 5 forks source link

Add `errReaction` to `cova.ParseConfig` #21

Closed 00JCIV00 closed 1 year ago

00JCIV00 commented 1 year ago

Add a configuration for how cova.parseArgs() reacts to parsing errors. This should include three options: Usage, Help, or None.