mc1098 / ci601

Command line tool for searching and editing bibliographic entries to a supported format file. [Uni work]
MIT License
0 stars 0 forks source link

Add `check` command #150

Closed mc1098 closed 2 years ago

mc1098 commented 2 years ago

This proposal is to add a check command to the CLI.

It will simply find the bibliography file like normal and try to parse it into the Biblio type - if successful then a simple success message will be displayed if unsuccessful then the BiblioResolver error message will be displayed or can be resolved interactively if the interact flag is set.

This command is the initial steps for other commands like add, rm but can be used to assert that the local bibliography file is correct and valid for seb before continuing.