Uh oh!
There was an error while loading. Please reload this page.
feat(cli): add --quiet to rustup toolchain list and friends - #3862
Conversation
djc
left a comment
There was a problem hiding this comment.
Nice!
It feels like we should more tightly model verbosity as an enum internally (along the lines of enum Verbosity { Default, Quiet, Verbose }) so we can be more intentional about how to apply it.
rami3l
commented
Jun 7, 2024
@djc I agree. However for the moment being we only have less than 5 instances of |
djc
commented
Jun 7, 2024
I ran into https://github.com/rust-lang/rustup/blob/master/src/cli/common.rs#L171 where the interaction of |
Closes#3519.