Uh oh!
There was an error while loading. Please reload this page.
feat(cli/rustup-mode): add "Exit status" section to rustup check --help - #4696
Conversation
Uh oh!
There was an error while loading. Please reload this page.
rami3l
left a comment
There was a problem hiding this comment.
Please update the test snapshots at the same time with SNAPSHOTS=overwrite so that the CI turns green again. Many thanks for your help!
There was a problem hiding this comment.
@appleGun22 LGTM!
Please change the commit message and the PR title to better reflect what this patch is doing: clearly it's not about adding --help since it's already been implemented. Rather, you are adding a section about exit codes to it.
Apart from that, just squash all commits into one and we are good to go.
Many thanks again :)
Uh oh!
There was an error while loading. Please reload this page.
--help option for rustup check commandrustup check --helpappleGun22
commented
Feb 2, 2026
@rami3l I see that you already squashed them together, but still thank you for the guidance, it was my first PR to rustup :) |
Uh oh!
There was an error while loading. Please reload this page.
In continuation to #4694.