File tree 4 files changed +21
-0
lines changed
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ multiple times. See {{man "cargo-pkgid" 1}} for the SPEC format.
36
36
37
37
{{#options}}
38
38
39
+ {{#option "` --dry-run ` " }}
40
+ Displays a summary of what would be deleted without deleting anything.
41
+ Use with ` --verbose ` to display the actual files that would be deleted.
42
+ {{/option}}
43
+
39
44
{{#option "` --doc ` " }}
40
45
This option will cause ` cargo clean ` to remove only the ` doc ` directory in
41
46
the target directory.
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ OPTIONS
22
22
multiple times. See cargo-pkgid(1) for the SPEC format.
23
23
24
24
Clean Options
25
+ --dry-run
26
+ Displays a summary of what would be deleted without deleting
27
+ anything. Use with --verbose to display the actual files that would
28
+ be deleted.
29
+
25
30
--doc
26
31
This option will cause cargo clean to remove only the doc directory
27
32
in the target directory.
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ multiple times. See <a href="cargo-pkgid.html">cargo-pkgid(1)</a> for the SPEC f
34
34
35
35
<dl >
36
36
37
+ <dt class =" option-term " id =" option-cargo-clean---dry-run " ><a class =" option-anchor " href =" #option-cargo-clean---dry-run " ></a ><code >--dry-run</code ></dt >
38
+ <dd class =" option-desc " >Displays a summary of what would be deleted without deleting anything.
39
+ Use with <code >--verbose</code > to display the actual files that would be deleted.</dd >
40
+
41
+
37
42
<dt class =" option-term " id =" option-cargo-clean---doc " ><a class =" option-anchor " href =" #option-cargo-clean---doc " ></a ><code >--doc</code ></dt >
38
43
<dd class =" option-desc " >This option will cause <code >cargo clean</code > to remove only the <code >doc</code > directory in
39
44
the target directory.</dd >
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ multiple times. See \fBcargo\-pkgid\fR(1) for the SPEC format.
25
25
.RE
26
26
.SS "Clean Options"
27
27
.sp
28
+ \fB \-\- dry \- run \fR
29
+ .RS 4
30
+ Displays a summary of what would be deleted without deleting anything.
31
+ Use with \fB \-\- verbose \fR to display the actual files that would be deleted.
32
+ .RE
33
+ .sp
28
34
\fB \-\- doc \fR
29
35
.RS 4
30
36
This option will cause \fB cargo clean \fR to remove only the \fB doc \fR directory in
You can’t perform that action at this time.
0 commit comments