File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ flag can be used to display the package's reverse dependencies only with the
71
71
subtree of the package given to ` -p ` .
72
72
{{/option}}
73
73
74
+ {{#option "` --prune ` _ spec_ " }}
75
+ Prune the given package from the display of the dependency tree.
76
+ {{/option}}
77
+
74
78
{{#option "` --depth ` _ depth_ " }}
75
79
Maximum display depth of the dependency tree. A depth of 1 displays the direct
76
80
dependencies, for example.
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ OPTIONS
59
59
package's reverse dependencies only with the subtree of the package
60
60
given to -p.
61
61
62
+ --prune spec
63
+ Prune the given package from the display of the dependency tree.
64
+
62
65
--depth depth
63
66
Maximum display depth of the dependency tree. A depth of 1 displays
64
67
the direct dependencies, for example.
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ flag can be used to display the package's reverse dependencies only with the
71
71
subtree of the package given to <code >-p</code >.</dd >
72
72
73
73
74
+ <dt class =" option-term " id =" option-cargo-tree---prune " ><a class =" option-anchor " href =" #option-cargo-tree---prune " ></a ><code >--prune</code > <em >spec</em ></dt >
75
+ <dd class =" option-desc " >Prune the given package from the display of the dependency tree.</dd >
76
+
77
+
74
78
<dt class =" option-term " id =" option-cargo-tree---depth " ><a class =" option-anchor " href =" #option-cargo-tree---depth " ></a ><code >--depth</code > <em >depth</em ></dt >
75
79
<dd class =" option-desc " >Maximum display depth of the dependency tree. A depth of 1 displays the direct
76
80
dependencies, for example.</dd >
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ flag can be used to display the package's reverse dependencies only with the
69
69
subtree of the package given to \fB \- p \fR \& .
70
70
.RE
71
71
.sp
72
+ \fB \-\- prune \fR \fI spec \fR
73
+ .RS 4
74
+ Prune the given package from the display of the dependency tree.
75
+ .RE
76
+ .sp
72
77
\fB \-\- depth \fR \fI depth \fR
73
78
.RS 4
74
79
Maximum display depth of the dependency tree. A depth of 1 displays the direct
You can’t perform that action at this time.
0 commit comments