Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels