cargo-*: update page (#11327)

This commit is contained in:
Lena
2023-10-29 09:54:53 +01:00
committed by GitHub
parent 28a74a924c
commit 158b891e0f
14 changed files with 56 additions and 150 deletions

View File

@@ -7,30 +7,6 @@
`cargo logout`
- Add the name of the registry to use:
- Specify the name of the registry to use (registry names can be defined in the config - the default is <https://crates.io>):
`cargo logout --registry {{registry}}`
- Display verbose output:
`cargo logout --verbose`
- Do not print Cargo log message:
`cargo logout --quiet`
- Control when colored output is used:
`cargo logout --color {{auto|always|never}}`
- Override a Cargo configuration value:
`cargo logout --config {{KEY=VALUE|PATH}}`
- Change the current directory before executing any specified operation:
`cargo logout -c {{PATH}}`
- Display help:
`cargo logout --help`
`cargo logout --registry {{name}}`