gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 133 forks source link

Fix arguments of dependencyInsight #75

Closed pkubowicz closed 5 years ago

pkubowicz commented 5 years ago

--dependency was not being completed after --configuration was used

To reproduce: type

gradle dependencyInsight --configuration=compileClasspath --

and press "Tab"

Curently: nothing is completed and you see Completingdependency configuration' or corrections' After this commit: --dependency is completed