Better CLI error messages #15
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.