Uh oh!
There was an error while loading. Please reload this page.
Support RUSTUP_TERM_COLOR as an override environment variable - #3435
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rbtcollins
commented
Aug 13, 2023
Thank you for the patch.
I think its fine.
yes, unit tests in terminalsource would be best I think.
We generally don't expose variables as CLI parameters. |
e26ba9e to
dc4921eCompareUh oh!
There was an error while loading. Please reload this page.
b1525de to
b6cf380CompareHmmm. IMO that CI error has nothing to do with the changes I've made... (cc #3437) |
weihanglo
commented
Aug 15, 2023
(drive-by comment) Some related issue in rust-lang/cargo, if we want to make sure the behavior is in sync.
|
Closes#3433, getting my feet wet at the same time.
The variable name and the description are directly copied from the Cargo Book.
Concerns
Should we add a CLI flag (e.g.--color) for this as well?If so, should we use Clap'senvfeature?