Skip to content

Conversation

detjensrobert
Copy link
Contributor

Assorted papercuts to fix issues

This consolidates (almost) all of the error display handling into the cli
main(), which is idiomatic since the library side of this shouldn't need to
worry about how its errors are presented.

There are a couple spots where the Error case is a Vec of things, which can't
be handled by the single error handler in main. These have been changed to
do their custom error printing, then return a new error to main(). I added
TODO comments to these.

Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
Signed-off-by: Robert Detjens <[email protected]>
@detjensrobert detjensrobert self-assigned this May 4, 2025
@detjensrobert
Copy link
Contributor Author

closing for other branch #53

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