- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.7k
 
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationCommand-addE-easyExperience: EasyExperience: Easy
Description
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.
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationCommand-addE-easyExperience: EasyExperience: Easy