@@ -25,18 +25,18 @@ Usage:
25
25
cargo yank [options] [<crate>]
26
26
27
27
Options:
28
- -h, --help Print this message
29
- --vers VERSION The version to yank or un-yank
30
- --undo Undo a yank, putting a version back into the index
31
- --index INDEX Registry index to yank from
32
- --token TOKEN API token to use when authenticating
33
- -v, --verbose ... Use verbose output (-vv very verbose/build.rs output)
34
- -q, --quiet No output printed to stdout
35
- --color WHEN Coloring: auto, always, never
36
- --frozen Require Cargo.lock and cache are up to date
37
- --locked Require Cargo.lock is up to date
38
- -Z FLAG ... Unstable (nightly-only) flags to Cargo
39
- --registry REGISTRY Registry to use
28
+ -h, --help Print this message
29
+ --vers VERSION The version to yank or un-yank
30
+ --undo Undo a yank, putting a version back into the index
31
+ --index INDEX Registry index to yank from
32
+ --token TOKEN API token to use when authenticating
33
+ -v, --verbose ... Use verbose output (-vv very verbose/build.rs output)
34
+ -q, --quiet No output printed to stdout
35
+ --color WHEN Coloring: auto, always, never
36
+ --frozen Require Cargo.lock and cache are up to date
37
+ --locked Require Cargo.lock is up to date
38
+ -Z FLAG ... Unstable (nightly-only) flags to Cargo
39
+ --registry REGISTRY Registry to use
40
40
41
41
The yank command removes a previously pushed crate's version from the server's
42
42
index. This command does not delete any data, and the crate will still be
0 commit comments