We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dylan deps foo -- show transitive dependencies of foo
dylan deps foo
dylan deps foo --reverse -- show who depends on foo
dylan deps foo --reverse
dylan deps foo --reverse --indirect -- also show indirect users of foo
dylan deps foo --reverse --indirect
Or something like that. Command name and flags up for debate.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dylan deps foo
-- show transitive dependencies of foodylan deps foo --reverse
-- show who depends on foodylan deps foo --reverse --indirect
-- also show indirect users of fooOr something like that. Command name and flags up for debate.
The text was updated successfully, but these errors were encountered: