vbe0201 / katsuba

Tools for deserializing, extracting, and introspecting various KingsIsle file formats
ISC License
5 stars 2 forks source link

Bad errors in CLI #25

Closed vbe0201 closed 1 year ago

vbe0201 commented 1 year ago

The Rust filesystem API inherits the notoriously bad error messages provided by the OS.

At some point we need to assess where they can occur and provide better ones through anyhow's .with_context().

vbe0201 commented 1 year ago

Done.