-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
Description
Some projects have many dependencies and the graphs can get too large (#11). One option would be to add a --depth option in order to limit the depth of the resulting graph.
For example, the following could be used to display only direct dependencies (i.e. no sub-dependencies):
$ graph-composer show --depth=1Special care may have to be taken with regards to loops/circles in the graph.
floriankraemer