mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Updating doc sources for new cargo option '-C'
This commit is contained in:
parent
6dacf8ba17
commit
5406faf8fd
@ -16,6 +16,12 @@ or provided as a path to an extra configuration file. This flag may be specified
|
|||||||
See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
|
See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
|
||||||
{{/option}}
|
{{/option}}
|
||||||
|
|
||||||
|
{{#option "`-C` _PATH_"}}
|
||||||
|
Changes the current working directory before executing any specified operations. This affects
|
||||||
|
things like where cargo looks by default for the project manifest (`Cargo.toml`), as well as
|
||||||
|
the directories searched for discovering `.cargo/config.toml`, for example.
|
||||||
|
{{/option}}
|
||||||
|
|
||||||
{{#option "`-h`" "`--help`"}}
|
{{#option "`-h`" "`--help`"}}
|
||||||
Prints help information.
|
Prints help information.
|
||||||
{{/option}}
|
{{/option}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user