dylan-lang / deft

The Dylan CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dylan deps [--reverse]

cgay opened this issue · comments

dylan deps foo -- show transitive dependencies of foo

dylan deps foo --reverse -- show who depends on foo

dylan deps foo --reverse --indirect -- also show indirect users of foo

Or something like that. Command name and flags up for debate.