-
Notifications
You must be signed in to change notification settings - Fork 891
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
rustup target list
output needs an alternative to color
#1308
Comments
That just substitutes one meta property of the text for another. Not all terminals have bold support, copying and pasting loses that bold, etc. |
Yeah but again what can we do? Any suggestions? BTW even the linux ttys support bold text. |
|
Note that this has already been improved. There was no |
You should probably close the issue then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to presumably the same bug as rust-lang/rust#45728, rustup does not emit color under a correctly-configured tmux (though it will if tmux is misconfigured, as most are), but that's not the issue I'm reporting.
The problem is that the output of
rustup target list
relies on color to distinguish between installed and uninstalled targets. If color is omitted, the only information discernable from the output is which target is installed and the default, other targets that are installed are displayed the same as targets that aren't.The text was updated successfully, but these errors were encountered: