blob: 4fa732dd32834231d1dfc136d85c57b2562606ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
### Package Selection
By default, the package in the current working directory is selected. The `-p`
flag can be used to choose a different package in a workspace.
{{#options}}
{{#option "`-p` _spec_" "`--package` _spec_" }}
The package to {{lower actionverb}}. See {{man "cargo-pkgid" 1}} for the SPEC
format.
{{/option}}
{{/options}}
|