Skip to content

Commit

Permalink
Update virtual workspace docs for implied --all
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Nov 29, 2017
1 parent 499a678 commit 1240f42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,8 @@ crate will be treated as a normal package, as well as a workspace. If the
manifest*.

When working with *virtual manifests*, package-related cargo commands, like
`cargo build`, won't be available anymore. But, most of such commands support
the `--all` option, will execute the command for all the non-virtual manifest in
the workspace.
`cargo build`, default to all packages in the workspace as if `--all` was used.
This can be changed by passing a `--package` or `-p` command-line parameters.

# The project layout

Expand Down

0 comments on commit 1240f42

Please sign in to comment.