We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo add
There are a few flags missing from the documentation of cargo add:
-p, --package <SPEC> Package to modify --offline Run without accessing the network --dry-run Don't actually write the manifest
These should probably be added to those docs. I think --package and --offline have stock includes. There are instructions at https://github.com/rust-lang/cargo/tree/master/src/doc#building-the-man-pages to rebuild the documentation after modifying the linked file.
--package
--offline
The text was updated successfully, but these errors were encountered:
cargo remove
Auto merge of #11240 - epage:docs, r=Muscraft
afadab2
docs(add): Add missing flags to reference Fixes #11237
85c8f63
epage
Successfully merging a pull request may close this issue.
There are a few flags missing from the documentation of
cargo add
:These should probably be added to those docs. I think
--package
and--offline
have stock includes. There are instructions at https://github.com/rust-lang/cargo/tree/master/src/doc#building-the-man-pages to rebuild the documentation after modifying the linked file.The text was updated successfully, but these errors were encountered: