We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--depth
1 parent 62d811d commit d8334d5Copy full SHA for d8334d5
src/doc/man/cargo-tree.md
@@ -71,6 +71,11 @@ flag can be used to display the package's reverse dependencies only with the
71
subtree of the package given to `-p`.
72
{{/option}}
73
74
+{{#option "`--depth` _depth_" }}
75
+Maximum display depth of the dependency tree. A depth of 1 displays the direct
76
+dependencies, for example.
77
+{{/option}}
78
+
79
{{#option "`--no-dedupe`" }}
80
Do not de-duplicate repeated dependencies. Usually, when a package has already
81
displayed its dependencies, further occurrences will not re-display its
0 commit comments