mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
update man pages
This commit is contained in:
parent
e9fb8499ec
commit
5b76fb3d2b
@ -372,7 +372,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -317,7 +317,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -302,7 +302,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -273,7 +273,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -375,7 +375,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -255,7 +255,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -187,7 +187,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -154,7 +154,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -218,7 +218,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -306,7 +306,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -289,7 +289,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -392,7 +392,9 @@ OPTIONS
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
build.jobs config value
|
||||
<https://doc.rust-lang.org/cargo/reference/config.html>. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number
|
||||
of parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
|
||||
--keep-going
|
||||
Build as many crates in the dependency graph as possible, rather
|
||||
|
@ -1,5 +1,7 @@
|
||||
{{#option "`-j` _N_" "`--jobs` _N_"}}
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
`build.jobs` [config value](../reference/config.html). Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
{{/option}}
|
||||
|
@ -447,7 +447,9 @@ Rust test harness runs benchmarks serially in a single thread.
|
||||
<dt class="option-term" id="option-cargo-bench---jobs"><a class="option-anchor" href="#option-cargo-bench---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-bench---keep-going"><a class="option-anchor" href="#option-cargo-bench---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -387,7 +387,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-build---jobs"><a class="option-anchor" href="#option-cargo-build---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-build---keep-going"><a class="option-anchor" href="#option-cargo-build---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -368,7 +368,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-check---jobs"><a class="option-anchor" href="#option-cargo-check---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-check---keep-going"><a class="option-anchor" href="#option-cargo-check---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -342,7 +342,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-doc---jobs"><a class="option-anchor" href="#option-cargo-doc---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-doc---keep-going"><a class="option-anchor" href="#option-cargo-doc---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -448,7 +448,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-fix---jobs"><a class="option-anchor" href="#option-cargo-fix---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-fix---keep-going"><a class="option-anchor" href="#option-cargo-fix---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -293,7 +293,9 @@ offline.</p>
|
||||
<dt class="option-term" id="option-cargo-install---jobs"><a class="option-anchor" href="#option-cargo-install---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-install---keep-going"><a class="option-anchor" href="#option-cargo-install---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -225,7 +225,9 @@ offline.</p>
|
||||
<dt class="option-term" id="option-cargo-package---jobs"><a class="option-anchor" href="#option-cargo-package---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-package---keep-going"><a class="option-anchor" href="#option-cargo-package---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -191,7 +191,9 @@ offline.</p>
|
||||
<dt class="option-term" id="option-cargo-publish---jobs"><a class="option-anchor" href="#option-cargo-publish---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-publish---keep-going"><a class="option-anchor" href="#option-cargo-publish---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -281,7 +281,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-run---jobs"><a class="option-anchor" href="#option-cargo-run---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-run---keep-going"><a class="option-anchor" href="#option-cargo-run---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -370,7 +370,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-rustc---jobs"><a class="option-anchor" href="#option-cargo-rustc---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustc---keep-going"><a class="option-anchor" href="#option-cargo-rustc---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -361,7 +361,9 @@ for more information about how toolchain overrides work.</dd>
|
||||
<dt class="option-term" id="option-cargo-rustdoc---jobs"><a class="option-anchor" href="#option-cargo-rustdoc---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustdoc---keep-going"><a class="option-anchor" href="#option-cargo-rustdoc---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -473,7 +473,9 @@ includes an option to control the number of threads used:
|
||||
<dt class="option-term" id="option-cargo-test---jobs"><a class="option-anchor" href="#option-cargo-test---jobs"></a><code>--jobs</code> <em>N</em></dt>
|
||||
<dd class="option-desc">Number of parallel jobs to run. May also be specified with the
|
||||
<code>build.jobs</code> <a href="../reference/config.html">config value</a>. Defaults to
|
||||
the number of CPUs.</dd>
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.</dd>
|
||||
|
||||
|
||||
<dt class="option-term" id="option-cargo-test---keep-going"><a class="option-anchor" href="#option-cargo-test---keep-going"></a><code>--keep-going</code></dt>
|
||||
|
@ -469,7 +469,9 @@ Rust test harness runs benchmarks serially in a single thread.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -396,7 +396,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -377,7 +377,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -344,7 +344,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -472,7 +472,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -325,7 +325,9 @@ May also be specified with the \fBnet.offline\fR \fIconfig value\fR <https://doc
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -233,7 +233,9 @@ May also be specified with the \fBnet.offline\fR \fIconfig value\fR <https://doc
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -183,7 +183,9 @@ May also be specified with the \fBnet.offline\fR \fIconfig value\fR <https://doc
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -277,7 +277,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -381,7 +381,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -363,7 +363,9 @@ Unstable (nightly\-only) flags to Cargo. Run \fBcargo \-Z help\fR for details.
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
@ -494,7 +494,9 @@ cargo test \-j 2 \-\- \-\-test\-threads=2
|
||||
.RS 4
|
||||
Number of parallel jobs to run. May also be specified with the
|
||||
\fBbuild.jobs\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&. Defaults to
|
||||
the number of CPUs.
|
||||
the number of logical CPUs. If negative, it sets the maximum number of
|
||||
parallel jobs to the number of logical CPUs plus provided value.
|
||||
Should not be 0.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-keep\-going\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user