Auto merge of #13602 - mrobinson:fix-minor-grammar-error, r=weihanglo
chore: Fix minor grammar nit in command-line help This change fixes a *very* minor grammar mistake. "Require" used in this way is typically followed by the infinitive. In addition, since "up-to-date" is used an adjective now it should be hyphenated. See https://www.merriam-webster.com/dictionary/up-to-date ### Testing I have run `cargo test` with `CFG_DISABLE_CROSS_TESTS=1` as well as `cargo build-man` to regenerate the man pages. Fixes #13601.
@ -53,8 +53,8 @@ pub fn cli() -> clap::Command {
|
||||
)
|
||||
.arg(opt("base-rev", "Git revision to lookup for a baseline"))
|
||||
.arg(opt("head-rev", "Git revision with changes"))
|
||||
.arg(flag("frozen", "Require Cargo.lock and cache are up to date").global(true))
|
||||
.arg(flag("locked", "Require Cargo.lock is up to date").global(true))
|
||||
.arg(flag("frozen", "Require Cargo.lock and cache to be up-to-date").global(true))
|
||||
.arg(flag("locked", "Require Cargo.lock to be up-to-date").global(true))
|
||||
.arg(flag("offline", "Run without accessing the network").global(true))
|
||||
.arg(multi_opt("config", "KEY=VALUE", "Override a configuration value").global(true))
|
||||
.arg(
|
||||
|
@ -640,12 +640,12 @@ See '<cyan,bold>cargo help</> <cyan><<command>></>' for more information on a sp
|
||||
.value_parser(clap::builder::ValueParser::path_buf()),
|
||||
)
|
||||
.arg(
|
||||
flag("frozen", "Require Cargo.lock and cache are up to date")
|
||||
flag("frozen", "Require Cargo.lock and cache to be up-to-date")
|
||||
.help_heading(heading::MANIFEST_OPTIONS)
|
||||
.global(true),
|
||||
)
|
||||
.arg(
|
||||
flag("locked", "Require Cargo.lock is up to date")
|
||||
flag("locked", "Require Cargo.lock to be up-to-date")
|
||||
.help_heading(heading::MANIFEST_OPTIONS)
|
||||
.global(true),
|
||||
)
|
||||
|
@ -172,7 +172,7 @@ OPTIONS
|
||||
Add dependencies to only the specified package.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -339,7 +339,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -273,7 +273,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -258,7 +258,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -92,7 +92,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -229,7 +229,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -72,7 +72,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -331,7 +331,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -47,7 +47,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -243,7 +243,7 @@ OPTIONS
|
||||
|
||||
Manifest Options
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -405,7 +405,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -159,7 +159,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -85,7 +85,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -129,7 +129,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -62,7 +62,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -177,7 +177,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -275,7 +275,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -245,7 +245,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -365,7 +365,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -212,7 +212,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -82,7 +82,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -54,7 +54,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -50,7 +50,7 @@ OPTIONS
|
||||
Cargo.toml file in the current directory or any parent directory.
|
||||
|
||||
--frozen, --locked
|
||||
Either of these flags requires that the Cargo.lock file is
|
||||
Either of these flags requires that the Cargo.lock file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated,
|
||||
Cargo will exit with an error. The --frozen flag also prevents Cargo
|
||||
from attempting to access the network to determine if it is
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{#option "`--frozen`" "`--locked`"}}
|
||||
Either of these flags requires that the `Cargo.lock` file is
|
||||
Either of these flags requires that the `Cargo.lock` file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The `--frozen` flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.
|
||||
|
@ -193,7 +193,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-add---frozen"><a class="option-anchor" href="#option-cargo-add---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-add---locked"><a class="option-anchor" href="#option-cargo-add---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -379,7 +379,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-bench---frozen"><a class="option-anchor" href="#option-cargo-bench---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-bench---locked"><a class="option-anchor" href="#option-cargo-bench---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -310,7 +310,7 @@ See <a href="https://github.com/rust-lang/cargo/issues/5579">https://github.com/
|
||||
|
||||
<dt class="option-term" id="option-cargo-build---frozen"><a class="option-anchor" href="#option-cargo-build---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-build---locked"><a class="option-anchor" href="#option-cargo-build---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -292,7 +292,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-check---frozen"><a class="option-anchor" href="#option-cargo-check---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-check---locked"><a class="option-anchor" href="#option-cargo-check---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -112,7 +112,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-clean---frozen"><a class="option-anchor" href="#option-cargo-clean---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-clean---locked"><a class="option-anchor" href="#option-cargo-clean---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -267,7 +267,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-doc---frozen"><a class="option-anchor" href="#option-cargo-doc---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-doc---locked"><a class="option-anchor" href="#option-cargo-doc---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -81,7 +81,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-fetch---frozen"><a class="option-anchor" href="#option-cargo-fetch---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-fetch---locked"><a class="option-anchor" href="#option-cargo-fetch---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -372,7 +372,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-fix---frozen"><a class="option-anchor" href="#option-cargo-fix---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-fix---locked"><a class="option-anchor" href="#option-cargo-fix---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -60,7 +60,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile---frozen"><a class="option-anchor" href="#option-cargo-generate-lockfile---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-generate-lockfile---locked"><a class="option-anchor" href="#option-cargo-generate-lockfile---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -268,7 +268,7 @@ information about timing information.</li>
|
||||
<dl>
|
||||
<dt class="option-term" id="option-cargo-install---frozen"><a class="option-anchor" href="#option-cargo-install---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-install---locked"><a class="option-anchor" href="#option-cargo-install---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -430,7 +430,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-metadata---frozen"><a class="option-anchor" href="#option-cargo-metadata---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-metadata---locked"><a class="option-anchor" href="#option-cargo-metadata---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -184,7 +184,7 @@ be specified multiple times, which enables all specified features.</dd>
|
||||
|
||||
<dt class="option-term" id="option-cargo-package---frozen"><a class="option-anchor" href="#option-cargo-package---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-package---locked"><a class="option-anchor" href="#option-cargo-package---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -92,7 +92,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-pkgid---frozen"><a class="option-anchor" href="#option-cargo-pkgid---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-pkgid---locked"><a class="option-anchor" href="#option-cargo-pkgid---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -153,7 +153,7 @@ be specified multiple times, which enables all specified features.</dd>
|
||||
|
||||
<dt class="option-term" id="option-cargo-publish---frozen"><a class="option-anchor" href="#option-cargo-publish---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-publish---locked"><a class="option-anchor" href="#option-cargo-publish---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -83,7 +83,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-remove---frozen"><a class="option-anchor" href="#option-cargo-remove---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-remove---locked"><a class="option-anchor" href="#option-cargo-remove---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -212,7 +212,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-run---frozen"><a class="option-anchor" href="#option-cargo-run---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-run---locked"><a class="option-anchor" href="#option-cargo-run---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -306,7 +306,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustc---frozen"><a class="option-anchor" href="#option-cargo-rustc---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-rustc---locked"><a class="option-anchor" href="#option-cargo-rustc---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -287,7 +287,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-rustdoc---frozen"><a class="option-anchor" href="#option-cargo-rustdoc---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-rustdoc---locked"><a class="option-anchor" href="#option-cargo-rustdoc---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -408,7 +408,7 @@ coming from rustc are still emitted. Cannot be used with <code>human</code> or <
|
||||
|
||||
<dt class="option-term" id="option-cargo-test---frozen"><a class="option-anchor" href="#option-cargo-test---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-test---locked"><a class="option-anchor" href="#option-cargo-test---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -224,7 +224,7 @@ single quotes or double quotes around each pattern.</dd>
|
||||
|
||||
<dt class="option-term" id="option-cargo-tree---frozen"><a class="option-anchor" href="#option-cargo-tree---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-tree---locked"><a class="option-anchor" href="#option-cargo-tree---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -101,7 +101,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-update---frozen"><a class="option-anchor" href="#option-cargo-update---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-update---locked"><a class="option-anchor" href="#option-cargo-update---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -70,7 +70,7 @@ only a subset of the packages have changed.</dd>
|
||||
|
||||
<dt class="option-term" id="option-cargo-vendor---frozen"><a class="option-anchor" href="#option-cargo-vendor---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-vendor---locked"><a class="option-anchor" href="#option-cargo-vendor---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -65,7 +65,7 @@ terminal.</li>
|
||||
|
||||
<dt class="option-term" id="option-cargo-verify-project---frozen"><a class="option-anchor" href="#option-cargo-verify-project---frozen"></a><code>--frozen</code></dt>
|
||||
<dt class="option-term" id="option-cargo-verify-project---locked"><a class="option-anchor" href="#option-cargo-verify-project---locked"></a><code>--locked</code></dt>
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file is
|
||||
<dd class="option-desc">Either of these flags requires that the <code>Cargo.lock</code> file be
|
||||
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The <code>--frozen</code> flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out-of-date.</p>
|
||||
|
@ -224,7 +224,7 @@ Add dependencies to only the specified package.
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -420,7 +420,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -338,7 +338,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -319,7 +319,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -118,7 +118,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -286,7 +286,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -86,7 +86,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -414,7 +414,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -65,7 +65,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -305,7 +305,7 @@ information about timing information.
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -439,7 +439,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -201,7 +201,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -124,7 +124,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -157,7 +157,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -84,7 +84,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -223,7 +223,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -337,7 +337,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -305,7 +305,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -447,7 +447,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -269,7 +269,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -108,7 +108,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -65,7 +65,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -75,7 +75,7 @@ Path to the \fBCargo.toml\fR file. By default, Cargo searches for the
|
||||
\fB\-\-frozen\fR,
|
||||
\fB\-\-locked\fR
|
||||
.RS 4
|
||||
Either of these flags requires that the \fBCargo.lock\fR file is
|
||||
Either of these flags requires that the \fBCargo.lock\fR file be
|
||||
up\-to\-date. If the lock file is missing, or it needs to be updated, Cargo will
|
||||
exit with an error. The \fB\-\-frozen\fR flag also prevents Cargo from
|
||||
attempting to access the network to determine if it is out\-of\-date.
|
||||
|
@ -45,9 +45,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="244px"><tspan> </tspan><tspan class="fg-cyan bold">-C</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><DIRECTORY></tspan><tspan> Change to DIRECTORY before doing anything (nightly-only)</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="262px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="262px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
@ -181,13 +181,13 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="1468px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1486px"><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="1486px"><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1504px">
|
||||
</tspan>
|
||||
<tspan x="10px" y="1522px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1540px"><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="1540px"><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1558px">
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -127,9 +127,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1036px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -125,9 +125,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -121,9 +121,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="928px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="946px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="946px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -69,9 +69,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="460px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
@ -51,9 +51,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -115,9 +115,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="874px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="892px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="892px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="910px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="910px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="928px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
@ -53,9 +53,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="370px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
@ -129,9 +129,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1036px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="1036px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1054px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -47,9 +47,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="262px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@ -51,9 +51,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -69,9 +69,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="460px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@ -121,9 +121,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="928px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="946px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="946px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -53,9 +53,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="370px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -55,9 +55,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="370px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="370px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="388px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -47,9 +47,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="262px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="280px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@ -69,9 +69,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="460px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@ -69,9 +69,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="460px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@ -63,9 +63,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="406px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="424px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="424px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="442px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="442px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="460px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@ -87,9 +87,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="622px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="640px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="640px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="658px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="658px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="676px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
@ -59,9 +59,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="370px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="388px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="388px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="406px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="406px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="424px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@ -87,9 +87,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="622px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="640px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="640px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="658px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="658px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="676px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
@ -51,9 +51,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@ -71,9 +71,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="478px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="496px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="514px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="532px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@ -51,9 +51,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="298px"><tspan class="fg-green bold">Manifest Options:</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="316px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="334px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="352px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
@ -103,9 +103,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="766px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="784px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="784px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="802px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="802px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="820px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
@ -125,9 +125,9 @@
|
||||
</tspan>
|
||||
<tspan x="10px" y="964px"><tspan> </tspan><tspan class="fg-cyan bold">--manifest-path</tspan><tspan class="fg-cyan"> </tspan><tspan class="fg-cyan"><PATH></tspan><tspan> Path to Cargo.toml</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache are up to date</tspan>
|
||||
<tspan x="10px" y="982px"><tspan> </tspan><tspan class="fg-cyan bold">--frozen</tspan><tspan> Require Cargo.lock and cache to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock is up to date</tspan>
|
||||
<tspan x="10px" y="1000px"><tspan> </tspan><tspan class="fg-cyan bold">--locked</tspan><tspan> Require Cargo.lock to be up-to-date</tspan>
|
||||
</tspan>
|
||||
<tspan x="10px" y="1018px"><tspan> </tspan><tspan class="fg-cyan bold">--offline</tspan><tspan> Run without accessing the network</tspan>
|
||||
</tspan>
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |