Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cova #3

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Use cova #3

wants to merge 4 commits into from

Conversation

AMythicDev
Copy link
Owner

@AMythicDev AMythicDev commented Dec 4, 2024

cova is a CLI library for written in Zig. It provides some great features which can give significant improvements over the very rudimentary interface that zigverm uses right now.
This PR aims to port all zigverm CLI handling code with Cova.

Much of the work regarding the command line interface is done. The main work now remains is to re-implement all the command matching code and minor improvement on the help texts.

  • Add Cova as dependency
  • Specify all previous CLI commands/positional arguments in Cova
  • Re-implement the command matching logic (currently commented out)
  • Improve the text display on usage help

Depends on 00JCIV00/cova#69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant