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

Implement `optimize()` Function #54

Closed 00JCIV00 closed 8 months ago

00JCIV00 commented 9 months ago

This will combine noFormats() and the new void technique used with allow_arg_indices.

It will also implement the void technique on other Argument fields.

00JCIV00 commented 8 months ago

Closed w/ 550503c