A lot of unwraps currently fail poorly and should either be a result return or an except on unrecoverable errors (I don't think there are any) to have better error messages. That way RUST_BACKTRACE isn't required for basic debugging, and we could probably properly close the tui as well.
A lot of unwraps currently fail poorly and should either be a result return or an except on unrecoverable errors (I don't think there are any) to have better error messages. That way RUST_BACKTRACE isn't required for basic debugging, and we could probably properly close the tui as well.