Say I have the following graph: `a -> b -> c -> d` (`a` depends on `b` and so on). When I do `qnm --why d`, I'm getting `c`, which is fine - but I'd like to get the entire path until the direct dependency itself in some manner.
Say I have the following graph:
a -> b -> c -> d(adepends onband so on).When I do
qnm --why d, I'm gettingc, which is fine - but I'd like to get the entire path until the direct dependency itself in some manner.