Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement custom Debug for cli::Error
These errors are pretty much user facing only, and are expected to be propagated to main(). Implementing a custom Debug trait takes advantage of the runtime to print the error as a user friendly message when the program exits on error.
- Loading branch information