Skip to content

Commit b82d946

Browse files
committed
Regenerated documentation with updated directory cargo option
1 parent 55ebdc4 commit b82d946

File tree

96 files changed

+672
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+672
-0
lines changed

src/doc/man/generated_txt/cargo-add.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ OPTIONS
185185
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
186186
for more information.
187187

188+
-C PATH, --directory PATH
189+
Changes the current working directory before executing any specified
190+
operations. This affects things like where cargo looks by default
191+
for the project manifest (Cargo.toml), as well as the directories
192+
searched for discovering .cargo/config.toml, for example.
193+
188194
-h, --help
189195
Prints help information.
190196

src/doc/man/generated_txt/cargo-bench.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@ OPTIONS
363363
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
364364
for more information.
365365

366+
-C PATH, --directory PATH
367+
Changes the current working directory before executing any specified
368+
operations. This affects things like where cargo looks by default
369+
for the project manifest (Cargo.toml), as well as the directories
370+
searched for discovering .cargo/config.toml, for example.
371+
366372
-h, --help
367373
Prints help information.
368374

src/doc/man/generated_txt/cargo-build.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ OPTIONS
312312
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
313313
for more information.
314314

315+
-C PATH, --directory PATH
316+
Changes the current working directory before executing any specified
317+
operations. This affects things like where cargo looks by default
318+
for the project manifest (Cargo.toml), as well as the directories
319+
searched for discovering .cargo/config.toml, for example.
320+
315321
-h, --help
316322
Prints help information.
317323

src/doc/man/generated_txt/cargo-check.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,12 @@ OPTIONS
297297
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
298298
for more information.
299299

300+
-C PATH, --directory PATH
301+
Changes the current working directory before executing any specified
302+
operations. This affects things like where cargo looks by default
303+
for the project manifest (Cargo.toml), as well as the directories
304+
searched for discovering .cargo/config.toml, for example.
305+
300306
-h, --help
301307
Prints help information.
302308

src/doc/man/generated_txt/cargo-clean.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ OPTIONS
127127
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
128128
for more information.
129129

130+
-C PATH, --directory PATH
131+
Changes the current working directory before executing any specified
132+
operations. This affects things like where cargo looks by default
133+
for the project manifest (Cargo.toml), as well as the directories
134+
searched for discovering .cargo/config.toml, for example.
135+
130136
-h, --help
131137
Prints help information.
132138

src/doc/man/generated_txt/cargo-doc.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ OPTIONS
268268
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
269269
for more information.
270270

271+
-C PATH, --directory PATH
272+
Changes the current working directory before executing any specified
273+
operations. This affects things like where cargo looks by default
274+
for the project manifest (Cargo.toml), as well as the directories
275+
searched for discovering .cargo/config.toml, for example.
276+
271277
-h, --help
272278
Prints help information.
273279

src/doc/man/generated_txt/cargo-fetch.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ OPTIONS
112112
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
113113
for more information.
114114

115+
-C PATH, --directory PATH
116+
Changes the current working directory before executing any specified
117+
operations. This affects things like where cargo looks by default
118+
for the project manifest (Cargo.toml), as well as the directories
119+
searched for discovering .cargo/config.toml, for example.
120+
115121
-h, --help
116122
Prints help information.
117123

src/doc/man/generated_txt/cargo-fix.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,12 @@ OPTIONS
370370
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
371371
for more information.
372372

373+
-C PATH, --directory PATH
374+
Changes the current working directory before executing any specified
375+
operations. This affects things like where cargo looks by default
376+
for the project manifest (Cargo.toml), as well as the directories
377+
searched for discovering .cargo/config.toml, for example.
378+
373379
-h, --help
374380
Prints help information.
375381

src/doc/man/generated_txt/cargo-generate-lockfile.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ OPTIONS
8787
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
8888
for more information.
8989

90+
-C PATH, --directory PATH
91+
Changes the current working directory before executing any specified
92+
operations. This affects things like where cargo looks by default
93+
for the project manifest (Cargo.toml), as well as the directories
94+
searched for discovering .cargo/config.toml, for example.
95+
9096
-h, --help
9197
Prints help information.
9298

src/doc/man/generated_txt/cargo-init.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ OPTIONS
9595
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
9696
for more information.
9797

98+
-C PATH, --directory PATH
99+
Changes the current working directory before executing any specified
100+
operations. This affects things like where cargo looks by default
101+
for the project manifest (Cargo.toml), as well as the directories
102+
searched for discovering .cargo/config.toml, for example.
103+
98104
-h, --help
99105
Prints help information.
100106

src/doc/man/generated_txt/cargo-install.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,12 @@ OPTIONS
334334
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
335335
for more information.
336336

337+
-C PATH, --directory PATH
338+
Changes the current working directory before executing any specified
339+
operations. This affects things like where cargo looks by default
340+
for the project manifest (Cargo.toml), as well as the directories
341+
searched for discovering .cargo/config.toml, for example.
342+
337343
-h, --help
338344
Prints help information.
339345

src/doc/man/generated_txt/cargo-locate-project.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ OPTIONS
7777
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
7878
for more information.
7979

80+
-C PATH, --directory PATH
81+
Changes the current working directory before executing any specified
82+
operations. This affects things like where cargo looks by default
83+
for the project manifest (Cargo.toml), as well as the directories
84+
searched for discovering .cargo/config.toml, for example.
85+
8086
-h, --help
8187
Prints help information.
8288

src/doc/man/generated_txt/cargo-login.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ OPTIONS
7070
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
7171
for more information.
7272

73+
-C PATH, --directory PATH
74+
Changes the current working directory before executing any specified
75+
operations. This affects things like where cargo looks by default
76+
for the project manifest (Cargo.toml), as well as the directories
77+
searched for discovering .cargo/config.toml, for example.
78+
7379
-h, --help
7480
Prints help information.
7581

src/doc/man/generated_txt/cargo-metadata.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@ OPTIONS
400400
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
401401
for more information.
402402

403+
-C PATH, --directory PATH
404+
Changes the current working directory before executing any specified
405+
operations. This affects things like where cargo looks by default
406+
for the project manifest (Cargo.toml), as well as the directories
407+
searched for discovering .cargo/config.toml, for example.
408+
403409
-h, --help
404410
Prints help information.
405411

src/doc/man/generated_txt/cargo-new.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ OPTIONS
9090
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
9191
for more information.
9292

93+
-C PATH, --directory PATH
94+
Changes the current working directory before executing any specified
95+
operations. This affects things like where cargo looks by default
96+
for the project manifest (Cargo.toml), as well as the directories
97+
searched for discovering .cargo/config.toml, for example.
98+
9399
-h, --help
94100
Prints help information.
95101

src/doc/man/generated_txt/cargo-owner.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ OPTIONS
9797
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
9898
for more information.
9999

100+
-C PATH, --directory PATH
101+
Changes the current working directory before executing any specified
102+
operations. This affects things like where cargo looks by default
103+
for the project manifest (Cargo.toml), as well as the directories
104+
searched for discovering .cargo/config.toml, for example.
105+
100106
-h, --help
101107
Prints help information.
102108

src/doc/man/generated_txt/cargo-package.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ OPTIONS
238238
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
239239
for more information.
240240

241+
-C PATH, --directory PATH
242+
Changes the current working directory before executing any specified
243+
operations. This affects things like where cargo looks by default
244+
for the project manifest (Cargo.toml), as well as the directories
245+
searched for discovering .cargo/config.toml, for example.
246+
241247
-h, --help
242248
Prints help information.
243249

src/doc/man/generated_txt/cargo-pkgid.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ OPTIONS
117117
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
118118
for more information.
119119

120+
-C PATH, --directory PATH
121+
Changes the current working directory before executing any specified
122+
operations. This affects things like where cargo looks by default
123+
for the project manifest (Cargo.toml), as well as the directories
124+
searched for discovering .cargo/config.toml, for example.
125+
120126
-h, --help
121127
Prints help information.
122128

src/doc/man/generated_txt/cargo-publish.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,12 @@ OPTIONS
205205
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
206206
for more information.
207207

208+
-C PATH, --directory PATH
209+
Changes the current working directory before executing any specified
210+
operations. This affects things like where cargo looks by default
211+
for the project manifest (Cargo.toml), as well as the directories
212+
searched for discovering .cargo/config.toml, for example.
213+
208214
-h, --help
209215
Prints help information.
210216

src/doc/man/generated_txt/cargo-remove.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ OPTIONS
103103
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
104104
for more information.
105105

106+
-C PATH, --directory PATH
107+
Changes the current working directory before executing any specified
108+
operations. This affects things like where cargo looks by default
109+
for the project manifest (Cargo.toml), as well as the directories
110+
searched for discovering .cargo/config.toml, for example.
111+
106112
-h, --help
107113
Prints help information.
108114

src/doc/man/generated_txt/cargo-run.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ OPTIONS
212212
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
213213
for more information.
214214

215+
-C PATH, --directory PATH
216+
Changes the current working directory before executing any specified
217+
operations. This affects things like where cargo looks by default
218+
for the project manifest (Cargo.toml), as well as the directories
219+
searched for discovering .cargo/config.toml, for example.
220+
215221
-h, --help
216222
Prints help information.
217223

src/doc/man/generated_txt/cargo-rustc.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ OPTIONS
314314
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
315315
for more information.
316316

317+
-C PATH, --directory PATH
318+
Changes the current working directory before executing any specified
319+
operations. This affects things like where cargo looks by default
320+
for the project manifest (Cargo.toml), as well as the directories
321+
searched for discovering .cargo/config.toml, for example.
322+
317323
-h, --help
318324
Prints help information.
319325

src/doc/man/generated_txt/cargo-rustdoc.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ OPTIONS
284284
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
285285
for more information.
286286

287+
-C PATH, --directory PATH
288+
Changes the current working directory before executing any specified
289+
operations. This affects things like where cargo looks by default
290+
for the project manifest (Cargo.toml), as well as the directories
291+
searched for discovering .cargo/config.toml, for example.
292+
287293
-h, --help
288294
Prints help information.
289295

src/doc/man/generated_txt/cargo-search.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ OPTIONS
6767
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
6868
for more information.
6969

70+
-C PATH, --directory PATH
71+
Changes the current working directory before executing any specified
72+
operations. This affects things like where cargo looks by default
73+
for the project manifest (Cargo.toml), as well as the directories
74+
searched for discovering .cargo/config.toml, for example.
75+
7076
-h, --help
7177
Prints help information.
7278

src/doc/man/generated_txt/cargo-test.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ OPTIONS
381381
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
382382
for more information.
383383

384+
-C PATH, --directory PATH
385+
Changes the current working directory before executing any specified
386+
operations. This affects things like where cargo looks by default
387+
for the project manifest (Cargo.toml), as well as the directories
388+
searched for discovering .cargo/config.toml, for example.
389+
384390
-h, --help
385391
Prints help information.
386392

src/doc/man/generated_txt/cargo-tree.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,12 @@ OPTIONS
298298
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
299299
for more information.
300300

301+
-C PATH, --directory PATH
302+
Changes the current working directory before executing any specified
303+
operations. This affects things like where cargo looks by default
304+
for the project manifest (Cargo.toml), as well as the directories
305+
searched for discovering .cargo/config.toml, for example.
306+
301307
-h, --help
302308
Prints help information.
303309

src/doc/man/generated_txt/cargo-uninstall.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ OPTIONS
7979
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
8080
for more information.
8181

82+
-C PATH, --directory PATH
83+
Changes the current working directory before executing any specified
84+
operations. This affects things like where cargo looks by default
85+
for the project manifest (Cargo.toml), as well as the directories
86+
searched for discovering .cargo/config.toml, for example.
87+
8288
-h, --help
8389
Prints help information.
8490

src/doc/man/generated_txt/cargo-update.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ OPTIONS
117117
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
118118
for more information.
119119

120+
-C PATH, --directory PATH
121+
Changes the current working directory before executing any specified
122+
operations. This affects things like where cargo looks by default
123+
for the project manifest (Cargo.toml), as well as the directories
124+
searched for discovering .cargo/config.toml, for example.
125+
120126
-h, --help
121127
Prints help information.
122128

src/doc/man/generated_txt/cargo-vendor.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ OPTIONS
113113
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
114114
for more information.
115115

116+
-C PATH, --directory PATH
117+
Changes the current working directory before executing any specified
118+
operations. This affects things like where cargo looks by default
119+
for the project manifest (Cargo.toml), as well as the directories
120+
searched for discovering .cargo/config.toml, for example.
121+
116122
-h, --help
117123
Prints help information.
118124

src/doc/man/generated_txt/cargo-verify-project.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ OPTIONS
9090
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
9191
for more information.
9292

93+
-C PATH, --directory PATH
94+
Changes the current working directory before executing any specified
95+
operations. This affects things like where cargo looks by default
96+
for the project manifest (Cargo.toml), as well as the directories
97+
searched for discovering .cargo/config.toml, for example.
98+
9399
-h, --help
94100
Prints help information.
95101

0 commit comments

Comments
 (0)