Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(error): Never show unrequested color
If the user prints a raw error, it may include color even if the user turned it off at runtime. Now we'll be more conservative and never show color for raw errors. This is a follow up to clap-rs#2943; apparently I had missed some cases.
- Loading branch information