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

Command Config option to Mandate a Sub Command be used #15

Closed 00JCIV00 closed 1 year ago

00JCIV00 commented 1 year ago

Command.Config should include an option that mandates a Sub Command be called if one is available. This will not include Usage/Help Commands and will be ignored if the corresponding Usage/Help Options are called as well.

00JCIV00 commented 1 year ago

Added via: