mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Clarify docs on -C
that it appears before the command.
This commit is contained in:
parent
1b2de2169b
commit
9ba2ca2034
@ -191,7 +191,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -376,7 +376,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -318,7 +318,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -303,7 +303,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -132,7 +132,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -274,7 +274,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -117,7 +117,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -376,7 +376,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -92,7 +92,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -100,7 +100,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -355,7 +355,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -83,7 +83,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -75,7 +75,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -405,7 +405,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -95,7 +95,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -102,7 +102,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -244,7 +244,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -122,7 +122,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -210,7 +210,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -111,7 +111,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -222,7 +222,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -320,7 +320,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -290,7 +290,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -72,7 +72,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -394,7 +394,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -303,7 +303,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -84,7 +84,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -122,7 +122,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -118,7 +118,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -95,7 +95,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -99,7 +99,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -201,7 +201,9 @@ OPTIONS
|
||||
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.
|
||||
searched for discovering .cargo/config.toml, for example. This
|
||||
option must appear before the command name, for example cargo -C
|
||||
path/to/my-project build.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -19,7 +19,8 @@ See the [command-line overrides section](../reference/config.html#command-line-o
|
||||
{{#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.
|
||||
the directories searched for discovering `.cargo/config.toml`, for example. This option must
|
||||
appear before the command name, for example `cargo -C path/to/my-project build`.
|
||||
{{/option}}
|
||||
|
||||
{{#option "`-h`" "`--help`"}}
|
||||
|
@ -225,7 +225,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-add--C"><a class="option-anchor" href="#option-cargo-add--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-add--h"><a class="option-anchor" href="#option-cargo-add--h"></a><code>-h</code></dt>
|
||||
|
@ -438,7 +438,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-bench--C"><a class="option-anchor" href="#option-cargo-bench--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-bench--h"><a class="option-anchor" href="#option-cargo-bench--h"></a><code>-h</code></dt>
|
||||
|
@ -374,7 +374,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-build--C"><a class="option-anchor" href="#option-cargo-build--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-build--h"><a class="option-anchor" href="#option-cargo-build--h"></a><code>-h</code></dt>
|
||||
|
@ -355,7 +355,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-check--C"><a class="option-anchor" href="#option-cargo-check--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-check--h"><a class="option-anchor" href="#option-cargo-check--h"></a><code>-h</code></dt>
|
||||
|
@ -159,7 +159,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-clean--C"><a class="option-anchor" href="#option-cargo-clean--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-clean--h"><a class="option-anchor" href="#option-cargo-clean--h"></a><code>-h</code></dt>
|
||||
|
@ -329,7 +329,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-doc--C"><a class="option-anchor" href="#option-cargo-doc--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-doc--h"><a class="option-anchor" href="#option-cargo-doc--h"></a><code>-h</code></dt>
|
||||
|
@ -133,7 +133,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-fetch--C"><a class="option-anchor" href="#option-cargo-fetch--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fetch--h"><a class="option-anchor" href="#option-cargo-fetch--h"></a><code>-h</code></dt>
|
||||
|
@ -435,7 +435,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-fix--C"><a class="option-anchor" href="#option-cargo-fix--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fix--h"><a class="option-anchor" href="#option-cargo-fix--h"></a><code>-h</code></dt>
|
||||
|
@ -107,7 +107,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile--C"><a class="option-anchor" href="#option-cargo-generate-lockfile--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile--h"><a class="option-anchor" href="#option-cargo-generate-lockfile--h"></a><code>-h</code></dt>
|
||||
|
@ -120,7 +120,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-init--C"><a class="option-anchor" href="#option-cargo-init--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-init--h"><a class="option-anchor" href="#option-cargo-init--h"></a><code>-h</code></dt>
|
||||
|
@ -402,7 +402,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-install--C"><a class="option-anchor" href="#option-cargo-install--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-install--h"><a class="option-anchor" href="#option-cargo-install--h"></a><code>-h</code></dt>
|
||||
|
@ -102,7 +102,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-locate-project--C"><a class="option-anchor" href="#option-cargo-locate-project--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-locate-project--h"><a class="option-anchor" href="#option-cargo-locate-project--h"></a><code>-h</code></dt>
|
||||
|
@ -88,7 +88,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-login--C"><a class="option-anchor" href="#option-cargo-login--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-login--h"><a class="option-anchor" href="#option-cargo-login--h"></a><code>-h</code></dt>
|
||||
|
@ -437,7 +437,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-metadata--C"><a class="option-anchor" href="#option-cargo-metadata--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-metadata--h"><a class="option-anchor" href="#option-cargo-metadata--h"></a><code>-h</code></dt>
|
||||
|
@ -115,7 +115,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-new--C"><a class="option-anchor" href="#option-cargo-new--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-new--h"><a class="option-anchor" href="#option-cargo-new--h"></a><code>-h</code></dt>
|
||||
|
@ -126,7 +126,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-owner--C"><a class="option-anchor" href="#option-cargo-owner--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-owner--h"><a class="option-anchor" href="#option-cargo-owner--h"></a><code>-h</code></dt>
|
||||
|
@ -292,7 +292,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-package--C"><a class="option-anchor" href="#option-cargo-package--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-package--h"><a class="option-anchor" href="#option-cargo-package--h"></a><code>-h</code></dt>
|
||||
|
@ -136,7 +136,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-pkgid--C"><a class="option-anchor" href="#option-cargo-pkgid--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkgid--h"></a><code>-h</code></dt>
|
||||
|
@ -258,7 +258,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-publish--C"><a class="option-anchor" href="#option-cargo-publish--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-publish--h"><a class="option-anchor" href="#option-cargo-publish--h"></a><code>-h</code></dt>
|
||||
|
@ -144,7 +144,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-remove--C"><a class="option-anchor" href="#option-cargo-remove--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-remove--h"><a class="option-anchor" href="#option-cargo-remove--h"></a><code>-h</code></dt>
|
||||
|
@ -271,7 +271,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-run--C"><a class="option-anchor" href="#option-cargo-run--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-run--h"><a class="option-anchor" href="#option-cargo-run--h"></a><code>-h</code></dt>
|
||||
|
@ -368,7 +368,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-rustc--C"><a class="option-anchor" href="#option-cargo-rustc--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustc--h"><a class="option-anchor" href="#option-cargo-rustc--h"></a><code>-h</code></dt>
|
||||
|
@ -348,7 +348,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-rustdoc--C"><a class="option-anchor" href="#option-cargo-rustdoc--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustdoc--h"><a class="option-anchor" href="#option-cargo-rustdoc--h"></a><code>-h</code></dt>
|
||||
|
@ -92,7 +92,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-search--C"><a class="option-anchor" href="#option-cargo-search--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-search--h"><a class="option-anchor" href="#option-cargo-search--h"></a><code>-h</code></dt>
|
||||
|
@ -461,7 +461,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-test--C"><a class="option-anchor" href="#option-cargo-test--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-test--h"><a class="option-anchor" href="#option-cargo-test--h"></a><code>-h</code></dt>
|
||||
|
@ -339,7 +339,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-tree--C"><a class="option-anchor" href="#option-cargo-tree--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-tree--h"><a class="option-anchor" href="#option-cargo-tree--h"></a><code>-h</code></dt>
|
||||
|
@ -102,7 +102,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-uninstall--C"><a class="option-anchor" href="#option-cargo-uninstall--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-uninstall--h"><a class="option-anchor" href="#option-cargo-uninstall--h"></a><code>-h</code></dt>
|
||||
|
@ -147,7 +147,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-update--C"><a class="option-anchor" href="#option-cargo-update--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-update--h"><a class="option-anchor" href="#option-cargo-update--h"></a><code>-h</code></dt>
|
||||
|
@ -143,7 +143,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-vendor--C"><a class="option-anchor" href="#option-cargo-vendor--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-vendor--h"><a class="option-anchor" href="#option-cargo-vendor--h"></a><code>-h</code></dt>
|
||||
|
@ -113,7 +113,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-verify-project--C"><a class="option-anchor" href="#option-cargo-verify-project--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-verify-project--h"><a class="option-anchor" href="#option-cargo-verify-project--h"></a><code>-h</code></dt>
|
||||
|
@ -122,7 +122,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo-yank--C"><a class="option-anchor" href="#option-cargo-yank--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-yank--h"><a class="option-anchor" href="#option-cargo-yank--h"></a><code>-h</code></dt>
|
||||
|
@ -230,7 +230,8 @@ See the <a href="../reference/config.html#command-line-overrides">command-line o
|
||||
<dt class="option-term" id="option-cargo--C"><a class="option-anchor" href="#option-cargo--C"></a><code>-C</code> <em>PATH</em></dt>
|
||||
<dd class="option-desc">Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (<code>Cargo.toml</code>), as well as
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example.</dd>
|
||||
the directories searched for discovering <code>.cargo/config.toml</code>, for example. This option must
|
||||
appear before the command name, for example <code>cargo -C path/to/my-project build</code>.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo--h"><a class="option-anchor" href="#option-cargo--h"></a><code>-h</code></dt>
|
||||
|
@ -243,7 +243,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -461,7 +461,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -385,7 +385,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -366,7 +366,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -159,7 +159,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -333,7 +333,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -133,7 +133,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -461,7 +461,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -112,7 +112,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -125,7 +125,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -449,7 +449,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -104,7 +104,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -89,7 +89,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -437,7 +437,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -120,7 +120,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -131,7 +131,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -305,7 +305,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -167,7 +167,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -255,7 +255,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -138,7 +138,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -270,7 +270,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -384,7 +384,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -352,7 +352,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -92,7 +92,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -480,7 +480,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -380,7 +380,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -115,7 +115,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -152,7 +152,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -143,7 +143,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -122,7 +122,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -123,7 +123,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -255,7 +255,8 @@ See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/
|
||||
.RS 4
|
||||
Changes the current working directory before executing any specified operations. This affects
|
||||
things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example.
|
||||
the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. This option must
|
||||
appear before the command name, for example \fBcargo \-C path/to/my\-project build\fR\&.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user