From b82d94627afdf0f579932763d06501f93f3dd0dc Mon Sep 17 00:00:00 2001 From: Will Page Date: Wed, 1 Feb 2023 15:24:12 -0800 Subject: [PATCH] Regenerated documentation with updated directory cargo option --- src/doc/man/generated_txt/cargo-add.txt | 6 ++++++ src/doc/man/generated_txt/cargo-bench.txt | 6 ++++++ src/doc/man/generated_txt/cargo-build.txt | 6 ++++++ src/doc/man/generated_txt/cargo-check.txt | 6 ++++++ src/doc/man/generated_txt/cargo-clean.txt | 6 ++++++ src/doc/man/generated_txt/cargo-doc.txt | 6 ++++++ src/doc/man/generated_txt/cargo-fetch.txt | 6 ++++++ src/doc/man/generated_txt/cargo-fix.txt | 6 ++++++ src/doc/man/generated_txt/cargo-generate-lockfile.txt | 6 ++++++ src/doc/man/generated_txt/cargo-init.txt | 6 ++++++ src/doc/man/generated_txt/cargo-install.txt | 6 ++++++ src/doc/man/generated_txt/cargo-locate-project.txt | 6 ++++++ src/doc/man/generated_txt/cargo-login.txt | 6 ++++++ src/doc/man/generated_txt/cargo-metadata.txt | 6 ++++++ src/doc/man/generated_txt/cargo-new.txt | 6 ++++++ src/doc/man/generated_txt/cargo-owner.txt | 6 ++++++ src/doc/man/generated_txt/cargo-package.txt | 6 ++++++ src/doc/man/generated_txt/cargo-pkgid.txt | 6 ++++++ src/doc/man/generated_txt/cargo-publish.txt | 6 ++++++ src/doc/man/generated_txt/cargo-remove.txt | 6 ++++++ src/doc/man/generated_txt/cargo-run.txt | 6 ++++++ src/doc/man/generated_txt/cargo-rustc.txt | 6 ++++++ src/doc/man/generated_txt/cargo-rustdoc.txt | 6 ++++++ src/doc/man/generated_txt/cargo-search.txt | 6 ++++++ src/doc/man/generated_txt/cargo-test.txt | 6 ++++++ src/doc/man/generated_txt/cargo-tree.txt | 6 ++++++ src/doc/man/generated_txt/cargo-uninstall.txt | 6 ++++++ src/doc/man/generated_txt/cargo-update.txt | 6 ++++++ src/doc/man/generated_txt/cargo-vendor.txt | 6 ++++++ src/doc/man/generated_txt/cargo-verify-project.txt | 6 ++++++ src/doc/man/generated_txt/cargo-yank.txt | 6 ++++++ src/doc/man/generated_txt/cargo.txt | 6 ++++++ src/doc/src/commands/cargo-add.md | 7 +++++++ src/doc/src/commands/cargo-bench.md | 7 +++++++ src/doc/src/commands/cargo-build.md | 7 +++++++ src/doc/src/commands/cargo-check.md | 7 +++++++ src/doc/src/commands/cargo-clean.md | 7 +++++++ src/doc/src/commands/cargo-doc.md | 7 +++++++ src/doc/src/commands/cargo-fetch.md | 7 +++++++ src/doc/src/commands/cargo-fix.md | 7 +++++++ src/doc/src/commands/cargo-generate-lockfile.md | 7 +++++++ src/doc/src/commands/cargo-init.md | 7 +++++++ src/doc/src/commands/cargo-install.md | 7 +++++++ src/doc/src/commands/cargo-locate-project.md | 7 +++++++ src/doc/src/commands/cargo-login.md | 7 +++++++ src/doc/src/commands/cargo-metadata.md | 7 +++++++ src/doc/src/commands/cargo-new.md | 7 +++++++ src/doc/src/commands/cargo-owner.md | 7 +++++++ src/doc/src/commands/cargo-package.md | 7 +++++++ src/doc/src/commands/cargo-pkgid.md | 7 +++++++ src/doc/src/commands/cargo-publish.md | 7 +++++++ src/doc/src/commands/cargo-remove.md | 7 +++++++ src/doc/src/commands/cargo-run.md | 7 +++++++ src/doc/src/commands/cargo-rustc.md | 7 +++++++ src/doc/src/commands/cargo-rustdoc.md | 7 +++++++ src/doc/src/commands/cargo-search.md | 7 +++++++ src/doc/src/commands/cargo-test.md | 7 +++++++ src/doc/src/commands/cargo-tree.md | 7 +++++++ src/doc/src/commands/cargo-uninstall.md | 7 +++++++ src/doc/src/commands/cargo-update.md | 7 +++++++ src/doc/src/commands/cargo-vendor.md | 7 +++++++ src/doc/src/commands/cargo-verify-project.md | 7 +++++++ src/doc/src/commands/cargo-yank.md | 7 +++++++ src/doc/src/commands/cargo.md | 7 +++++++ src/etc/man/cargo-add.1 | 8 ++++++++ src/etc/man/cargo-bench.1 | 8 ++++++++ src/etc/man/cargo-build.1 | 8 ++++++++ src/etc/man/cargo-check.1 | 8 ++++++++ src/etc/man/cargo-clean.1 | 8 ++++++++ src/etc/man/cargo-doc.1 | 8 ++++++++ src/etc/man/cargo-fetch.1 | 8 ++++++++ src/etc/man/cargo-fix.1 | 8 ++++++++ src/etc/man/cargo-generate-lockfile.1 | 8 ++++++++ src/etc/man/cargo-init.1 | 8 ++++++++ src/etc/man/cargo-install.1 | 8 ++++++++ src/etc/man/cargo-locate-project.1 | 8 ++++++++ src/etc/man/cargo-login.1 | 8 ++++++++ src/etc/man/cargo-metadata.1 | 8 ++++++++ src/etc/man/cargo-new.1 | 8 ++++++++ src/etc/man/cargo-owner.1 | 8 ++++++++ src/etc/man/cargo-package.1 | 8 ++++++++ src/etc/man/cargo-pkgid.1 | 8 ++++++++ src/etc/man/cargo-publish.1 | 8 ++++++++ src/etc/man/cargo-remove.1 | 8 ++++++++ src/etc/man/cargo-run.1 | 8 ++++++++ src/etc/man/cargo-rustc.1 | 8 ++++++++ src/etc/man/cargo-rustdoc.1 | 8 ++++++++ src/etc/man/cargo-search.1 | 8 ++++++++ src/etc/man/cargo-test.1 | 8 ++++++++ src/etc/man/cargo-tree.1 | 8 ++++++++ src/etc/man/cargo-uninstall.1 | 8 ++++++++ src/etc/man/cargo-update.1 | 8 ++++++++ src/etc/man/cargo-vendor.1 | 8 ++++++++ src/etc/man/cargo-verify-project.1 | 8 ++++++++ src/etc/man/cargo-yank.1 | 8 ++++++++ src/etc/man/cargo.1 | 8 ++++++++ 96 files changed, 672 insertions(+) diff --git a/src/doc/man/generated_txt/cargo-add.txt b/src/doc/man/generated_txt/cargo-add.txt index 832d66a82dbb..2fe13677edca 100644 --- a/src/doc/man/generated_txt/cargo-add.txt +++ b/src/doc/man/generated_txt/cargo-add.txt @@ -185,6 +185,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index 09d67668c63a..619fd70be3ca 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -363,6 +363,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index 803a438eb8d5..4b25b79f43a8 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -312,6 +312,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index 2af4fe06f3b2..81642eb8f628 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -297,6 +297,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-clean.txt b/src/doc/man/generated_txt/cargo-clean.txt index ef8952df58f2..089b81bf7dd3 100644 --- a/src/doc/man/generated_txt/cargo-clean.txt +++ b/src/doc/man/generated_txt/cargo-clean.txt @@ -127,6 +127,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-doc.txt b/src/doc/man/generated_txt/cargo-doc.txt index abfe484a110d..a5f4569b5287 100644 --- a/src/doc/man/generated_txt/cargo-doc.txt +++ b/src/doc/man/generated_txt/cargo-doc.txt @@ -268,6 +268,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-fetch.txt b/src/doc/man/generated_txt/cargo-fetch.txt index 1598dc9d8370..b1da074cd09d 100644 --- a/src/doc/man/generated_txt/cargo-fetch.txt +++ b/src/doc/man/generated_txt/cargo-fetch.txt @@ -112,6 +112,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 7f1b05b429ec..3b30f2e99fb4 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -370,6 +370,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-generate-lockfile.txt b/src/doc/man/generated_txt/cargo-generate-lockfile.txt index 6c7420932812..95d59ade0aba 100644 --- a/src/doc/man/generated_txt/cargo-generate-lockfile.txt +++ b/src/doc/man/generated_txt/cargo-generate-lockfile.txt @@ -87,6 +87,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-init.txt b/src/doc/man/generated_txt/cargo-init.txt index 92d0f0c5f1ed..80ca36ceee50 100644 --- a/src/doc/man/generated_txt/cargo-init.txt +++ b/src/doc/man/generated_txt/cargo-init.txt @@ -95,6 +95,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index 6a92526d096f..914a705351f9 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -334,6 +334,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-locate-project.txt b/src/doc/man/generated_txt/cargo-locate-project.txt index 4b7a3759d4b8..d3fe50b1de1e 100644 --- a/src/doc/man/generated_txt/cargo-locate-project.txt +++ b/src/doc/man/generated_txt/cargo-locate-project.txt @@ -77,6 +77,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-login.txt b/src/doc/man/generated_txt/cargo-login.txt index 66238fb5a658..a9c44b6619a3 100644 --- a/src/doc/man/generated_txt/cargo-login.txt +++ b/src/doc/man/generated_txt/cargo-login.txt @@ -70,6 +70,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-metadata.txt b/src/doc/man/generated_txt/cargo-metadata.txt index 1bb33b4f2c06..a797ea022c24 100644 --- a/src/doc/man/generated_txt/cargo-metadata.txt +++ b/src/doc/man/generated_txt/cargo-metadata.txt @@ -400,6 +400,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-new.txt b/src/doc/man/generated_txt/cargo-new.txt index 7b429e347d6c..fed019f94030 100644 --- a/src/doc/man/generated_txt/cargo-new.txt +++ b/src/doc/man/generated_txt/cargo-new.txt @@ -90,6 +90,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-owner.txt b/src/doc/man/generated_txt/cargo-owner.txt index dd1c017ab87a..98b717fcd7ad 100644 --- a/src/doc/man/generated_txt/cargo-owner.txt +++ b/src/doc/man/generated_txt/cargo-owner.txt @@ -97,6 +97,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-package.txt b/src/doc/man/generated_txt/cargo-package.txt index 162c196d0c54..97b117e90949 100644 --- a/src/doc/man/generated_txt/cargo-package.txt +++ b/src/doc/man/generated_txt/cargo-package.txt @@ -238,6 +238,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-pkgid.txt b/src/doc/man/generated_txt/cargo-pkgid.txt index e2c3cbd99b62..a9137db864c0 100644 --- a/src/doc/man/generated_txt/cargo-pkgid.txt +++ b/src/doc/man/generated_txt/cargo-pkgid.txt @@ -117,6 +117,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-publish.txt b/src/doc/man/generated_txt/cargo-publish.txt index 29ebfcdcecbd..7c6580154d28 100644 --- a/src/doc/man/generated_txt/cargo-publish.txt +++ b/src/doc/man/generated_txt/cargo-publish.txt @@ -205,6 +205,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-remove.txt b/src/doc/man/generated_txt/cargo-remove.txt index c11992e7f7c1..85d48168530e 100644 --- a/src/doc/man/generated_txt/cargo-remove.txt +++ b/src/doc/man/generated_txt/cargo-remove.txt @@ -103,6 +103,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index 6ef1e46a6105..0e679d320bdb 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -212,6 +212,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index 45c402e2c340..4845d31bf196 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -314,6 +314,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index 69ef35e50f74..2b875b6290cb 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -284,6 +284,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-search.txt b/src/doc/man/generated_txt/cargo-search.txt index 240adf02d6d7..9311276cc370 100644 --- a/src/doc/man/generated_txt/cargo-search.txt +++ b/src/doc/man/generated_txt/cargo-search.txt @@ -67,6 +67,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 0872c9b1c4be..d670e58eabb5 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -381,6 +381,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-tree.txt b/src/doc/man/generated_txt/cargo-tree.txt index ee85eaf261d5..5dc129133557 100644 --- a/src/doc/man/generated_txt/cargo-tree.txt +++ b/src/doc/man/generated_txt/cargo-tree.txt @@ -298,6 +298,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-uninstall.txt b/src/doc/man/generated_txt/cargo-uninstall.txt index c14c01a65d06..63cef86f00a8 100644 --- a/src/doc/man/generated_txt/cargo-uninstall.txt +++ b/src/doc/man/generated_txt/cargo-uninstall.txt @@ -79,6 +79,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-update.txt b/src/doc/man/generated_txt/cargo-update.txt index 5b7a072255ef..bbb939710b10 100644 --- a/src/doc/man/generated_txt/cargo-update.txt +++ b/src/doc/man/generated_txt/cargo-update.txt @@ -117,6 +117,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-vendor.txt b/src/doc/man/generated_txt/cargo-vendor.txt index a466a7f9d987..af52899a4d40 100644 --- a/src/doc/man/generated_txt/cargo-vendor.txt +++ b/src/doc/man/generated_txt/cargo-vendor.txt @@ -113,6 +113,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-verify-project.txt b/src/doc/man/generated_txt/cargo-verify-project.txt index 23d8842bd0b7..a4b2e94d171e 100644 --- a/src/doc/man/generated_txt/cargo-verify-project.txt +++ b/src/doc/man/generated_txt/cargo-verify-project.txt @@ -90,6 +90,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo-yank.txt b/src/doc/man/generated_txt/cargo-yank.txt index e844f06bcb68..47e0432a4975 100644 --- a/src/doc/man/generated_txt/cargo-yank.txt +++ b/src/doc/man/generated_txt/cargo-yank.txt @@ -93,6 +93,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/man/generated_txt/cargo.txt b/src/doc/man/generated_txt/cargo.txt index c8072e687007..2b9c3d61e8a8 100644 --- a/src/doc/man/generated_txt/cargo.txt +++ b/src/doc/man/generated_txt/cargo.txt @@ -196,6 +196,12 @@ OPTIONS for more information. + -C PATH, --directory PATH + Changes the current working directory before executing any specified + operations. This affects things like where cargo looks by default + for the project manifest (Cargo.toml), as well as the directories + searched for discovering .cargo/config.toml, for example. + -h, --help Prints help information. diff --git a/src/doc/src/commands/cargo-add.md b/src/doc/src/commands/cargo-add.md index 3655384de8f1..5821c7999c35 100644 --- a/src/doc/src/commands/cargo-add.md +++ b/src/doc/src/commands/cargo-add.md @@ -222,6 +222,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index b0ecf2159b74..29220ba77231 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -427,6 +427,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index 5e1fdd039a4f..aaf4a330f435 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -371,6 +371,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index 82ba76ee39ff..73fb41a3dab7 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -352,6 +352,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-clean.md b/src/doc/src/commands/cargo-clean.md index c7cd8fe52744..20ed2607ba76 100644 --- a/src/doc/src/commands/cargo-clean.md +++ b/src/doc/src/commands/cargo-clean.md @@ -156,6 +156,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md index 9258705b7488..cf822273b0bc 100644 --- a/src/doc/src/commands/cargo-doc.md +++ b/src/doc/src/commands/cargo-doc.md @@ -326,6 +326,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-fetch.md b/src/doc/src/commands/cargo-fetch.md index 93e8aba3f260..96324bd0b055 100644 --- a/src/doc/src/commands/cargo-fetch.md +++ b/src/doc/src/commands/cargo-fetch.md @@ -130,6 +130,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index dccffd579ae9..d03c90444476 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -432,6 +432,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-generate-lockfile.md b/src/doc/src/commands/cargo-generate-lockfile.md index 9712cf663295..a103d26820e2 100644 --- a/src/doc/src/commands/cargo-generate-lockfile.md +++ b/src/doc/src/commands/cargo-generate-lockfile.md @@ -104,6 +104,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-init.md b/src/doc/src/commands/cargo-init.md index d2317c399ed5..242690a85460 100644 --- a/src/doc/src/commands/cargo-init.md +++ b/src/doc/src/commands/cargo-init.md @@ -117,6 +117,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index f1450a9333bd..2e3d382a7eba 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -381,6 +381,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-locate-project.md b/src/doc/src/commands/cargo-locate-project.md index 3e42f3f073d4..b24ab546f7c5 100644 --- a/src/doc/src/commands/cargo-locate-project.md +++ b/src/doc/src/commands/cargo-locate-project.md @@ -99,6 +99,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-login.md b/src/doc/src/commands/cargo-login.md index 35fab6763d0d..6850ac33a4a5 100644 --- a/src/doc/src/commands/cargo-login.md +++ b/src/doc/src/commands/cargo-login.md @@ -85,6 +85,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index 4bac638fdaac..8d9f4bc2fb10 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -434,6 +434,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-new.md b/src/doc/src/commands/cargo-new.md index 0f4f8e7f3c38..2d1d70fc7f43 100644 --- a/src/doc/src/commands/cargo-new.md +++ b/src/doc/src/commands/cargo-new.md @@ -112,6 +112,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-owner.md b/src/doc/src/commands/cargo-owner.md index 73df3cd99024..1aca30bada8c 100644 --- a/src/doc/src/commands/cargo-owner.md +++ b/src/doc/src/commands/cargo-owner.md @@ -123,6 +123,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-package.md b/src/doc/src/commands/cargo-package.md index a58614c67892..64a090bcb582 100644 --- a/src/doc/src/commands/cargo-package.md +++ b/src/doc/src/commands/cargo-package.md @@ -289,6 +289,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-pkgid.md b/src/doc/src/commands/cargo-pkgid.md index 873881d8b577..95484a78939b 100644 --- a/src/doc/src/commands/cargo-pkgid.md +++ b/src/doc/src/commands/cargo-pkgid.md @@ -133,6 +133,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-publish.md b/src/doc/src/commands/cargo-publish.md index a308c4dca05b..b82508889f1b 100644 --- a/src/doc/src/commands/cargo-publish.md +++ b/src/doc/src/commands/cargo-publish.md @@ -255,6 +255,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-remove.md b/src/doc/src/commands/cargo-remove.md index 0a0024f5e838..e62aa78a2500 100644 --- a/src/doc/src/commands/cargo-remove.md +++ b/src/doc/src/commands/cargo-remove.md @@ -140,6 +140,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index 43fcc026b84d..987d67858edf 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -264,6 +264,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index 606ce7785163..d773f94f2852 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -365,6 +365,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index c8b6ecf97e5e..d376ac0bf7ba 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -345,6 +345,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-search.md b/src/doc/src/commands/cargo-search.md index 78dfa290f8df..020379d5f412 100644 --- a/src/doc/src/commands/cargo-search.md +++ b/src/doc/src/commands/cargo-search.md @@ -89,6 +89,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 69e9a5ae4e9d..87e91a20667a 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -450,6 +450,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-tree.md b/src/doc/src/commands/cargo-tree.md index 9b1fde0eb118..d3b99864e2fc 100644 --- a/src/doc/src/commands/cargo-tree.md +++ b/src/doc/src/commands/cargo-tree.md @@ -336,6 +336,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-uninstall.md b/src/doc/src/commands/cargo-uninstall.md index 5d2561a19c9c..2712cc9a292b 100644 --- a/src/doc/src/commands/cargo-uninstall.md +++ b/src/doc/src/commands/cargo-uninstall.md @@ -99,6 +99,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-update.md b/src/doc/src/commands/cargo-update.md index cbea81b3b9a7..cb099d9bd2f3 100644 --- a/src/doc/src/commands/cargo-update.md +++ b/src/doc/src/commands/cargo-update.md @@ -144,6 +144,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-vendor.md b/src/doc/src/commands/cargo-vendor.md index 194107265da9..b6182b3ecf37 100644 --- a/src/doc/src/commands/cargo-vendor.md +++ b/src/doc/src/commands/cargo-vendor.md @@ -140,6 +140,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-verify-project.md b/src/doc/src/commands/cargo-verify-project.md index 2e44fedac210..0c61adfd0605 100644 --- a/src/doc/src/commands/cargo-verify-project.md +++ b/src/doc/src/commands/cargo-verify-project.md @@ -110,6 +110,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo-yank.md b/src/doc/src/commands/cargo-yank.md index ec68e7ca9f35..e1ad18981317 100644 --- a/src/doc/src/commands/cargo-yank.md +++ b/src/doc/src/commands/cargo-yank.md @@ -119,6 +119,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/doc/src/commands/cargo.md b/src/doc/src/commands/cargo.md index 683133838f85..157527450cf8 100644 --- a/src/doc/src/commands/cargo.md +++ b/src/doc/src/commands/cargo.md @@ -227,6 +227,13 @@ or provided as a path to an extra configuration file. This flag may be specified See the command-line overrides section for more information. +
-C PATH
+
--directory PATH
+
Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (Cargo.toml), as well as +the directories searched for discovering .cargo/config.toml, for example.
+ +
-h
--help
Prints help information.
diff --git a/src/etc/man/cargo-add.1 b/src/etc/man/cargo-add.1 index b82cb21cc965..0b827adc4146 100644 --- a/src/etc/man/cargo-add.1 +++ b/src/etc/man/cargo-add.1 @@ -237,6 +237,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 0f04fa3ef18b..591dab7d50e5 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -451,6 +451,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 9421f5bf8c70..6812c0a68673 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -381,6 +381,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index e9a91d362fa6..fee920a8dce1 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -362,6 +362,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-clean.1 b/src/etc/man/cargo-clean.1 index 9570dd0e7e31..0a78f2a70a04 100644 --- a/src/etc/man/cargo-clean.1 +++ b/src/etc/man/cargo-clean.1 @@ -155,6 +155,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index 4bad7ec91449..9582d2df44e7 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -329,6 +329,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-fetch.1 b/src/etc/man/cargo-fetch.1 index 960ee507e4b7..18e224e0247e 100644 --- a/src/etc/man/cargo-fetch.1 +++ b/src/etc/man/cargo-fetch.1 @@ -129,6 +129,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 0e92a8dfcd7b..0bd4bad0c501 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -457,6 +457,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 index 5ac1d1ca34b5..fe9979e588b6 100644 --- a/src/etc/man/cargo-generate-lockfile.1 +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -108,6 +108,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-init.1 b/src/etc/man/cargo-init.1 index 6f4754b5cded..521fdd9d9070 100644 --- a/src/etc/man/cargo-init.1 +++ b/src/etc/man/cargo-init.1 @@ -121,6 +121,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index b0b9cbe74a98..632c7061d93b 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -433,6 +433,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-locate-project.1 b/src/etc/man/cargo-locate-project.1 index 984a0afea12a..7b912fae26ab 100644 --- a/src/etc/man/cargo-locate-project.1 +++ b/src/etc/man/cargo-locate-project.1 @@ -100,6 +100,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-login.1 b/src/etc/man/cargo-login.1 index 7c197b62f439..9e38ba4734f7 100644 --- a/src/etc/man/cargo-login.1 +++ b/src/etc/man/cargo-login.1 @@ -85,6 +85,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-metadata.1 b/src/etc/man/cargo-metadata.1 index e9b901055467..9facc465d281 100644 --- a/src/etc/man/cargo-metadata.1 +++ b/src/etc/man/cargo-metadata.1 @@ -433,6 +433,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-new.1 b/src/etc/man/cargo-new.1 index 766c11d6ac9d..dd68a8d9206c 100644 --- a/src/etc/man/cargo-new.1 +++ b/src/etc/man/cargo-new.1 @@ -116,6 +116,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-owner.1 b/src/etc/man/cargo-owner.1 index 4b9c2bb8feec..12ec8f021a8f 100644 --- a/src/etc/man/cargo-owner.1 +++ b/src/etc/man/cargo-owner.1 @@ -127,6 +127,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index 2a8d08396454..5b9c949987e0 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -301,6 +301,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-pkgid.1 b/src/etc/man/cargo-pkgid.1 index 9026dd824417..b26d1587a3b4 100644 --- a/src/etc/man/cargo-pkgid.1 +++ b/src/etc/man/cargo-pkgid.1 @@ -163,6 +163,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index 1694299bd0d0..274de86284d5 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -251,6 +251,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-remove.1 b/src/etc/man/cargo-remove.1 index 231af39d081b..b06a897e17ea 100644 --- a/src/etc/man/cargo-remove.1 +++ b/src/etc/man/cargo-remove.1 @@ -132,6 +132,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index af8b55820f77..9329b70799bf 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -262,6 +262,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index 9c2d5afc5954..c3e272c2079c 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -380,6 +380,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index cedf3d1db34f..0747ebd4f2c6 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -348,6 +348,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-search.1 b/src/etc/man/cargo-search.1 index 921892370cf7..ba44bafe199f 100644 --- a/src/etc/man/cargo-search.1 +++ b/src/etc/man/cargo-search.1 @@ -88,6 +88,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index ddf2e47774fe..56a64f75ed90 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -470,6 +470,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-tree.1 b/src/etc/man/cargo-tree.1 index f99484b75806..1c3ca67c1a9f 100644 --- a/src/etc/man/cargo-tree.1 +++ b/src/etc/man/cargo-tree.1 @@ -376,6 +376,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-uninstall.1 b/src/etc/man/cargo-uninstall.1 index 6df3d9566dab..8cc338a1f2b3 100644 --- a/src/etc/man/cargo-uninstall.1 +++ b/src/etc/man/cargo-uninstall.1 @@ -111,6 +111,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-update.1 b/src/etc/man/cargo-update.1 index 307fe834c71f..59ba846f11cb 100644 --- a/src/etc/man/cargo-update.1 +++ b/src/etc/man/cargo-update.1 @@ -148,6 +148,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-vendor.1 b/src/etc/man/cargo-vendor.1 index 75dbbd08e147..7eebc649d56b 100644 --- a/src/etc/man/cargo-vendor.1 +++ b/src/etc/man/cargo-vendor.1 @@ -139,6 +139,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-verify-project.1 b/src/etc/man/cargo-verify-project.1 index 09d6de021640..a0b79c66722d 100644 --- a/src/etc/man/cargo-verify-project.1 +++ b/src/etc/man/cargo-verify-project.1 @@ -118,6 +118,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo-yank.1 b/src/etc/man/cargo-yank.1 index 91d87dddbf3f..9ef12b7c5bfe 100644 --- a/src/etc/man/cargo-yank.1 +++ b/src/etc/man/cargo-yank.1 @@ -119,6 +119,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4 diff --git a/src/etc/man/cargo.1 b/src/etc/man/cargo.1 index f95fe9cdb969..8c7cbed831e9 100644 --- a/src/etc/man/cargo.1 +++ b/src/etc/man/cargo.1 @@ -251,6 +251,14 @@ or provided as a path to an extra configuration file. This flag may be specified See the \fIcommand\-line overrides section\fR for more information. .RE .sp +\fB\-C\fR \fIPATH\fR, +\fB\-\-directory\fR \fIPATH\fR +.RS 4 +Changes the current working directory before executing any specified operations. This affects +things like where cargo looks by default for the project manifest (\fBCargo.toml\fR), as well as +the directories searched for discovering \fB\&.cargo/config.toml\fR, for example. +.RE +.sp \fB\-h\fR, \fB\-\-help\fR .RS 4