File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ Prune the given package from the display of the dependency tree.
96
96
{{#option "` --depth ` _ depth_ " }}
97
97
Maximum display depth of the dependency tree. A depth of 1 displays the direct
98
98
dependencies, for example.
99
+
100
+ If the given value is ` workspace ` , only shows the dependencies that are member
101
+ of the current workspace, instead.
99
102
{{/option}}
100
103
101
104
{{#option "` --no-dedupe ` " }}
Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ OPTIONS
85
85
Maximum display depth of the dependency tree. A depth of 1 displays
86
86
the direct dependencies, for example.
87
87
88
+ If the given value is workspace, only shows the dependencies that
89
+ are member of the current workspace, instead.
90
+
88
91
--no-dedupe
89
92
Do not de-duplicate repeated dependencies. Usually, when a package
90
93
has already displayed its dependencies, further occurrences will not
Original file line number Diff line number Diff line change @@ -91,7 +91,9 @@ subtree of the package given to <code>-p</code>.</dd>
91
91
92
92
<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 >
93
93
<dd class =" option-desc " >Maximum display depth of the dependency tree. A depth of 1 displays the direct
94
- dependencies, for example.</dd >
94
+ dependencies, for example.</p >
95
+ <p >If the given value is <code >workspace</code >, only shows the dependencies that are member
96
+ of the current workspace, instead.</dd >
95
97
96
98
97
99
<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 >
Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ Prune the given package from the display of the dependency tree.
93
93
.RS 4
94
94
Maximum display depth of the dependency tree. A depth of 1 displays the direct
95
95
dependencies, for example.
96
+ .sp
97
+ If the given value is \fB workspace \fR , only shows the dependencies that are member
98
+ of the current workspace, instead.
96
99
.RE
97
100
.sp
98
101
\fB \-\- no \- dedupe \fR
You can’t perform that action at this time.
0 commit comments