Better CLI error messages #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CLI currently just prints the debug output for a Rust error, including when the config file contains an error.
Parsing the config file should have a clear and readable output that describes the error in detail. Other errors should also be pretty printed.