nfdi4plants / arc-validate

Home of all the tools and libraries to create and run validation of ARCs
https://nfdi4plants.github.io/arc-validate/
MIT License
3 stars 2 forks source link

Add new cli structure #47

Closed kMutagene closed 1 year ago

kMutagene commented 1 year ago

This PR adds a new CLI argument/command model that uses the subcommands validate (for running validation) and package (for validation package installing, updating, etc.)

Note that no API is implemented and the actual tool is still running the legacy cli arg model. This PR is just intended to get the layout onto V2 to minimize potential merge conflicts.