File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ OPTIONS
59
59
package's reverse dependencies only with the subtree of the package
60
60
given to -p.
61
61
62
+ --depth depth
63
+ Maximum display depth of the dependency tree. A depth of 1 displays
64
+ the direct dependencies, for example.
65
+
62
66
--no-dedupe
63
67
Do not de-duplicate repeated dependencies. Usually, when a package
64
68
has already displayed its dependencies, further occurrences will not
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ 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---depth " ><a class =" option-anchor " href =" #option-cargo-tree---depth " ></a ><code >--depth</code > <em >depth</em ></dt >
75
+ <dd class =" option-desc " >Maximum display depth of the dependency tree. A depth of 1 displays the direct
76
+ dependencies, for example.</dd >
77
+
78
+
74
79
<dt class =" option-term " id =" option-cargo-tree---no-dedupe " ><a class =" option-anchor " href =" #option-cargo-tree---no-dedupe " ></a ><code >--no-dedupe</code ></dt >
75
80
<dd class =" option-desc " >Do not de-duplicate repeated dependencies. Usually, when a package has already
76
81
displayed its dependencies, further occurrences will not re-display its
Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ 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 \-\- depth \fR \fI depth \fR
73
+ .RS 4
74
+ Maximum display depth of the dependency tree. A depth of 1 displays the direct
75
+ dependencies, for example.
76
+ .RE
77
+ .sp
72
78
\fB \-\- no \- dedupe \fR
73
79
.RS 4
74
80
Do not de\- duplicate repeated dependencies. Usually, when a package has already
You can’t perform that action at this time.
0 commit comments