mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Expand details for --config
cli arg
This commit is contained in:
parent
bd99c043ce
commit
65332bc9f1
@ -145,8 +145,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -355,8 +355,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -304,8 +304,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -289,8 +289,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -119,8 +119,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -260,8 +260,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -104,8 +104,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -362,8 +362,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -79,8 +79,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -87,8 +87,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -326,8 +326,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -62,8 +62,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -62,8 +62,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -391,8 +391,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -82,8 +82,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -89,8 +89,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -230,8 +230,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -109,8 +109,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -197,8 +197,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -204,8 +204,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -306,8 +306,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -276,8 +276,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -59,8 +59,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -373,8 +373,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -269,8 +269,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -71,8 +71,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -109,8 +109,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -105,8 +105,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -82,8 +82,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -85,8 +85,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -188,8 +188,13 @@ OPTIONS
|
||||
<https://rust-lang.github.io/rustup/overrides.html> for more
|
||||
information about how toolchain overrides work.
|
||||
|
||||
--config KEY=VALUE
|
||||
Overrides a Cargo configuration value.
|
||||
--config KEY=VALUE or PATH
|
||||
Overrides a Cargo configuration value. The argument should be in
|
||||
TOML syntax of KEY=VALUE, or provided as a path to an extra
|
||||
configuration file. This flag may be specified multiple times. See
|
||||
the command-line overrides section
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
|
||||
for more information.
|
||||
|
||||
-h, --help
|
||||
Prints help information.
|
||||
|
@ -10,8 +10,10 @@ See the [rustup documentation](https://rust-lang.github.io/rustup/overrides.html
|
||||
for more information about how toolchain overrides work.
|
||||
{{/option}}
|
||||
|
||||
{{#option "`--config` KEY=VALUE"}}
|
||||
Overrides a Cargo configuration value.
|
||||
{{#option "`--config` _KEY=VALUE_ or _PATH_"}}
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of `KEY=VALUE`,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the [command-line overrides section](../reference/config.html#command-line-overrides) for more information.
|
||||
{{/option}}
|
||||
|
||||
{{#option "`-h`" "`--help`"}}
|
||||
|
@ -182,8 +182,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-add---config"><a class="option-anchor" href="#option-cargo-add---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-add---config"><a class="option-anchor" href="#option-cargo-add---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-add--h"><a class="option-anchor" href="#option-cargo-add--h"></a><code>-h</code></dt>
|
||||
|
@ -421,8 +421,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-bench---config"><a class="option-anchor" href="#option-cargo-bench---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-bench---config"><a class="option-anchor" href="#option-cargo-bench---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-bench--h"><a class="option-anchor" href="#option-cargo-bench--h"></a><code>-h</code></dt>
|
||||
|
@ -365,8 +365,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-build---config"><a class="option-anchor" href="#option-cargo-build---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-build---config"><a class="option-anchor" href="#option-cargo-build---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-build--h"><a class="option-anchor" href="#option-cargo-build--h"></a><code>-h</code></dt>
|
||||
|
@ -346,8 +346,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-check---config"><a class="option-anchor" href="#option-cargo-check---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-check---config"><a class="option-anchor" href="#option-cargo-check---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-check--h"><a class="option-anchor" href="#option-cargo-check--h"></a><code>-h</code></dt>
|
||||
|
@ -150,8 +150,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-clean---config"><a class="option-anchor" href="#option-cargo-clean---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-clean---config"><a class="option-anchor" href="#option-cargo-clean---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-clean--h"><a class="option-anchor" href="#option-cargo-clean--h"></a><code>-h</code></dt>
|
||||
|
@ -320,8 +320,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-doc---config"><a class="option-anchor" href="#option-cargo-doc---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-doc---config"><a class="option-anchor" href="#option-cargo-doc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-doc--h"><a class="option-anchor" href="#option-cargo-doc--h"></a><code>-h</code></dt>
|
||||
|
@ -124,8 +124,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fetch---config"><a class="option-anchor" href="#option-cargo-fetch---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-fetch---config"><a class="option-anchor" href="#option-cargo-fetch---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fetch--h"><a class="option-anchor" href="#option-cargo-fetch--h"></a><code>-h</code></dt>
|
||||
|
@ -426,8 +426,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fix---config"><a class="option-anchor" href="#option-cargo-fix---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-fix---config"><a class="option-anchor" href="#option-cargo-fix---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fix--h"><a class="option-anchor" href="#option-cargo-fix--h"></a><code>-h</code></dt>
|
||||
|
@ -98,8 +98,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile---config"><a class="option-anchor" href="#option-cargo-generate-lockfile---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile---config"><a class="option-anchor" href="#option-cargo-generate-lockfile---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</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>
|
||||
|
@ -111,8 +111,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-init---config"><a class="option-anchor" href="#option-cargo-init---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-init---config"><a class="option-anchor" href="#option-cargo-init---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-init--h"><a class="option-anchor" href="#option-cargo-init--h"></a><code>-h</code></dt>
|
||||
|
@ -375,8 +375,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-install---config"><a class="option-anchor" href="#option-cargo-install---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-install---config"><a class="option-anchor" href="#option-cargo-install---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-install--h"><a class="option-anchor" href="#option-cargo-install--h"></a><code>-h</code></dt>
|
||||
|
@ -87,8 +87,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-locate-project---config"><a class="option-anchor" href="#option-cargo-locate-project---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-locate-project---config"><a class="option-anchor" href="#option-cargo-locate-project---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</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>
|
||||
|
@ -79,8 +79,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-login---config"><a class="option-anchor" href="#option-cargo-login---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-login---config"><a class="option-anchor" href="#option-cargo-login---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-login--h"><a class="option-anchor" href="#option-cargo-login--h"></a><code>-h</code></dt>
|
||||
|
@ -427,8 +427,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-metadata---config"><a class="option-anchor" href="#option-cargo-metadata---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-metadata---config"><a class="option-anchor" href="#option-cargo-metadata---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-metadata--h"><a class="option-anchor" href="#option-cargo-metadata--h"></a><code>-h</code></dt>
|
||||
|
@ -106,8 +106,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-new---config"><a class="option-anchor" href="#option-cargo-new---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-new---config"><a class="option-anchor" href="#option-cargo-new---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-new--h"><a class="option-anchor" href="#option-cargo-new--h"></a><code>-h</code></dt>
|
||||
|
@ -117,8 +117,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-owner---config"><a class="option-anchor" href="#option-cargo-owner---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-owner---config"><a class="option-anchor" href="#option-cargo-owner---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-owner--h"><a class="option-anchor" href="#option-cargo-owner--h"></a><code>-h</code></dt>
|
||||
|
@ -283,8 +283,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-package---config"><a class="option-anchor" href="#option-cargo-package---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-package---config"><a class="option-anchor" href="#option-cargo-package---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-package--h"><a class="option-anchor" href="#option-cargo-package--h"></a><code>-h</code></dt>
|
||||
|
@ -127,8 +127,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-pkgid---config"><a class="option-anchor" href="#option-cargo-pkgid---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-pkgid---config"><a class="option-anchor" href="#option-cargo-pkgid---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-pkgid--h"><a class="option-anchor" href="#option-cargo-pkgid--h"></a><code>-h</code></dt>
|
||||
|
@ -249,8 +249,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-publish---config"><a class="option-anchor" href="#option-cargo-publish---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-publish---config"><a class="option-anchor" href="#option-cargo-publish---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-publish--h"><a class="option-anchor" href="#option-cargo-publish--h"></a><code>-h</code></dt>
|
||||
|
@ -258,8 +258,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-run---config"><a class="option-anchor" href="#option-cargo-run---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-run---config"><a class="option-anchor" href="#option-cargo-run---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-run--h"><a class="option-anchor" href="#option-cargo-run--h"></a><code>-h</code></dt>
|
||||
|
@ -359,8 +359,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustc---config"><a class="option-anchor" href="#option-cargo-rustc---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-rustc---config"><a class="option-anchor" href="#option-cargo-rustc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustc--h"><a class="option-anchor" href="#option-cargo-rustc--h"></a><code>-h</code></dt>
|
||||
|
@ -339,8 +339,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustdoc---config"><a class="option-anchor" href="#option-cargo-rustdoc---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-rustdoc---config"><a class="option-anchor" href="#option-cargo-rustdoc---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustdoc--h"><a class="option-anchor" href="#option-cargo-rustdoc--h"></a><code>-h</code></dt>
|
||||
|
@ -83,8 +83,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-search---config"><a class="option-anchor" href="#option-cargo-search---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-search---config"><a class="option-anchor" href="#option-cargo-search---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-search--h"><a class="option-anchor" href="#option-cargo-search--h"></a><code>-h</code></dt>
|
||||
|
@ -444,8 +444,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-test---config"><a class="option-anchor" href="#option-cargo-test---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-test---config"><a class="option-anchor" href="#option-cargo-test---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-test--h"><a class="option-anchor" href="#option-cargo-test--h"></a><code>-h</code></dt>
|
||||
|
@ -313,8 +313,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-tree---config"><a class="option-anchor" href="#option-cargo-tree---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-tree---config"><a class="option-anchor" href="#option-cargo-tree---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-tree--h"><a class="option-anchor" href="#option-cargo-tree--h"></a><code>-h</code></dt>
|
||||
|
@ -93,8 +93,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-uninstall---config"><a class="option-anchor" href="#option-cargo-uninstall---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-uninstall---config"><a class="option-anchor" href="#option-cargo-uninstall---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-uninstall--h"><a class="option-anchor" href="#option-cargo-uninstall--h"></a><code>-h</code></dt>
|
||||
|
@ -138,8 +138,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-update---config"><a class="option-anchor" href="#option-cargo-update---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-update---config"><a class="option-anchor" href="#option-cargo-update---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-update--h"><a class="option-anchor" href="#option-cargo-update--h"></a><code>-h</code></dt>
|
||||
|
@ -134,8 +134,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-vendor---config"><a class="option-anchor" href="#option-cargo-vendor---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-vendor---config"><a class="option-anchor" href="#option-cargo-vendor---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-vendor--h"><a class="option-anchor" href="#option-cargo-vendor--h"></a><code>-h</code></dt>
|
||||
|
@ -104,8 +104,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-verify-project---config"><a class="option-anchor" href="#option-cargo-verify-project---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-verify-project---config"><a class="option-anchor" href="#option-cargo-verify-project---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</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>
|
||||
|
@ -113,8 +113,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-yank---config"><a class="option-anchor" href="#option-cargo-yank---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo-yank---config"><a class="option-anchor" href="#option-cargo-yank---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-yank--h"><a class="option-anchor" href="#option-cargo-yank--h"></a><code>-h</code></dt>
|
||||
|
@ -221,8 +221,10 @@ See the <a href="https://rust-lang.github.io/rustup/overrides.html">rustup docum
|
||||
for more information about how toolchain overrides work.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo---config"><a class="option-anchor" href="#option-cargo---config"></a><code>--config</code> KEY=VALUE</dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value.</dd>
|
||||
<dt class="option-term" id="option-cargo---config"><a class="option-anchor" href="#option-cargo---config"></a><code>--config</code> <em>KEY=VALUE</em> or <em>PATH</em></dt>
|
||||
<dd class="option-desc">Overrides a Cargo configuration value. The argument should be in TOML syntax of <code>KEY=VALUE</code>,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the <a href="../reference/config.html#command-line-overrides">command-line overrides section</a> for more information.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo--h"><a class="option-anchor" href="#option-cargo--h"></a><code>-h</code></dt>
|
||||
|
@ -190,9 +190,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -444,9 +444,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -374,9 +374,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -355,9 +355,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -148,9 +148,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -322,9 +322,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -122,9 +122,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -450,9 +450,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -101,9 +101,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -114,9 +114,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -426,9 +426,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -87,9 +87,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -78,9 +78,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -425,9 +425,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -109,9 +109,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -120,9 +120,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -294,9 +294,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -156,9 +156,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -244,9 +244,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -255,9 +255,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -373,9 +373,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -341,9 +341,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -81,9 +81,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -463,9 +463,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -354,9 +354,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -104,9 +104,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -141,9 +141,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -132,9 +132,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -111,9 +111,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -112,9 +112,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
@ -244,9 +244,11 @@ See the \fIrustup documentation\fR <https://rust\-lang.github.io/rustup/override
|
||||
for more information about how toolchain overrides work.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-config\fR KEY=VALUE
|
||||
\fB\-\-config\fR \fIKEY=VALUE\fR or \fIPATH\fR
|
||||
.RS 4
|
||||
Overrides a Cargo configuration value.
|
||||
Overrides a Cargo configuration value. The argument should be in TOML syntax of \fBKEY=VALUE\fR,
|
||||
or provided as a path to an extra configuration file. This flag may be specified multiple times.
|
||||
See the \fIcommand\-line overrides section\fR <https://doc.rust\-lang.org/cargo/reference/config.html#command\-line\-overrides> for more information.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user