sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.25k stars 113 forks source link

Don't fail in parsing when whatDependsOn is called without running any other command first, fixes #95 #159

Closed jrudolph closed 6 years ago

jrudolph commented 6 years ago

If no other command was run first, tab completion runs now in degraded mode again, not showing any concrete suggestions but just the general syntax.

This probably regressed in #155 where I probably couldn't remember the reason for the fallback.

Fixes #95.