matze / wastebin

wastebin is a pastebin
MIT License
250 stars 25 forks source link

Rework error handling #13

Closed matze closed 1 year ago

matze commented 1 year ago

At the moment, we use both anyhow and thiserror. The former to ease CLI error handling, the latter to be able to form proper status codes. Anyhow should not be necessary if properly re-architected.