if you look at cargo output:
cargo -h
rustup -h
rustc -h
Why does rustc and rustup does not have the same colored beautiful output such as cargo ?
The colored help formatting was just added to Cargo in version 1.74.0:
I assume a similar change would be welcome for rustc and rustup but that nobody has done the work yet.
3 Likes
system
Closed
3
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.