This repository was archived by the owner on Dec 19, 2020. It is now read-only.
Add option for printing reverse dependency tree with wit inspect
#182
Labels
wit inspect
#182
My strawperson proposal would be to add a
--reverse
flag towit inspect
, which would basically "flip" the arrows so that we can more easily see what depends on a package rather than what a package depends on.This wouldn't have a major effect on the
--dot
case, but in the--tree
case, because we don't expand subtrees of duplicate dependencies, this would make it much easier to answer the question "What are all the packages that directly depend on foo?"The text was updated successfully, but these errors were encountered: