-
-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANSI colors do not display correctly for cargo install
ed binary
#1221
Comments
I bisected, and found this issue is introduced somewhere between
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
master
@e2922fd
does display ANSI colors only when called via cargo:however it does not correctly display ANSI colors when installed and run. (This also effects v13.0.0-alpha.7 installed via crates.io)
instead the ANSI codes are displayed literally. See the image attached
v13.0.0-alpha.1
does work correctly when installed.alpha.2
-alpha.7
are either broken in this way, or broken for other reasons (clap).I'm using Windows 10 22H2, with powershell7 on conhost.
The text was updated successfully, but these errors were encountered: