We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707c78 commit 55ebdc4Copy full SHA for 55ebdc4
src/doc/man/includes/section-options-common.md
@@ -16,6 +16,12 @@ or provided as a path to an extra configuration file. This flag may be specified
16
See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
17
{{/option}}
18
19
+{{#option "`-C` _PATH_" "`--directory` _PATH_"}}
20
+Changes the current working directory before executing any specified operations. This affects
21
+things like where cargo looks by default for the project manifest (`Cargo.toml`), as well as
22
+the directories searched for discovering `.cargo/config.toml`, for example.
23
+{{/option}}
24
+
25
{{#option "`-h`" "`--help`"}}
26
Prints help information.
27
0 commit comments