-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the output of cargo -Z help
#7717
Update the output of cargo -Z help
#7717
Conversation
r? @ehuss (rust_highfive has picked a reviewer for you, use r? to override) |
src/bin/cargo/cli.rs
Outdated
@@ -32,7 +32,7 @@ Available unstable (nightly-only) flags: | |||
-Z avoid-dev-deps -- Avoid installing dev-dependencies if possible | |||
-Z minimal-versions -- Install minimal dependency versions instead of maximum | |||
-Z no-index-update -- Do not update the registry, avoids a network request for benchmarking | |||
-Z unstable-options -- Allow the usage of unstable options such as --registry | |||
-Z unstable-options -- Allow the usage of unstable options such as --build-plan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, maybe build-plan isn't such a good alternative given #7614. Maybe just remove the "such as…", as this seems like something that will be difficult to keep up-to-date as options get stabilized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just remove the "such as…", as this seems like something that will be difficult to keep up-to-date as options get stabilized.
I agree with you. It seems best to remove "such as ...".
`--registry` flag is already stabilized at 737382d.
ee10b91
to
ad2969f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Will have to wait for a new nightly to be published before this can be merged to fix Cargo's CI (waiting on rust-lang/rust#67379).
@bors r+ |
📌 Commit ad2969f has been approved by |
…r=ehuss Update the output of `cargo -Z help` `--registry` flag is already stabilized at 737382d.
☀️ Test successful - checks-azure |
--registry
flag is already stabilized at 737382d.