-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to limit depth of the graph #33
Comments
When will we have this feature, thanks~ |
This is definitely still on the roadmap. As much as I'd like to commit to specific date, I can only say that we will get to this feature as soon as time permits. If you want to help sponsor this feature, feel free to reach out and I'm happy to take a look 👍 |
@ZsgsDesign This feature is already available in this Pull Request: #45 |
@markuspoerschke Thank you for your kindly reference. Hope to see one day this PR merged into the master branch and have a release. |
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):
Special care may have to be taken with regards to loops/circles in the graph.
The text was updated successfully, but these errors were encountered: