Commit graph

17 commits

Author SHA1 Message Date
Weihang Lo 62d811d9f7
test(cargo-tree): --depth option 2021-05-19 09:29:47 +08:00
Matthias Krüger 1b7fa21f39 fix clippy warnings
fixes these clippy warnings:

map_collect_result_unit
needless_borrow
needless_return
into_iter_on_ref
manual_flatten
match_like_matches_macro
bool_comparison
2021-04-02 12:30:36 +02:00
Eric Huss d087aeb845 Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
Weihang Lo d613cd66c7
Merge branch 'master' into feat/glob-pattern 2020-10-18 08:48:30 +08:00
Kitsu d17311df6c Update tree tests 2020-10-10 11:38:52 +03:00
Weihang Lo ab88c48480
test(tree): glob support for package selection 2020-10-05 01:24:41 +08:00
Eric Huss 6f8c7d5a87 Normalize raw string indentation. 2020-09-26 17:59:58 -07:00
Eric Huss 8ee908d40f Add cross check to filters_target test. 2020-09-18 12:28:33 -07:00
Eric Huss 7c403447bd Switch --invert to take the package name as an argument. 2020-04-03 19:52:21 -07:00
Eric Huss 96ff434cb9 Rename --dep-kinds to --edges and fold in --graph-features. 2020-04-03 19:16:39 -07:00
Eric Huss 3b1df3a46f Change --no-dev-dependencies to --dep-kinds. 2020-04-02 15:12:17 -07:00
Eric Huss ec5e297b70 Change --no-filter-targets to --target=all. 2020-04-02 12:20:55 -07:00
Eric Huss a9ff02ed5a Change --no-indent and --prefix-depth to a single --prefix option. 2020-04-02 11:48:52 -07:00
Eric Huss e1c95e2f42 Fix tree format parsing for bare } 2020-04-02 11:31:39 -07:00
Eric Huss 6868215982 Don't show (*) deduplicate if a node doesn't have any dependencies to show. 2020-04-02 11:25:20 -07:00
Eric Huss 9dc56c6280 Deduplicate nodes across roots. 2020-04-02 11:09:06 -07:00
Eric Huss 96a393719b Add cargo tree command. 2020-03-31 15:14:47 -07:00