Updating doc sources for new cargo option '-C'

This commit is contained in:
Will Page 2023-02-01 15:23:28 -08:00
parent 6dacf8ba17
commit 5406faf8fd

View File

@ -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}}