gradle / gradle-completion

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

Zsh: no completion of arguments of tasks from subprojects #82

Open pkubowicz opened 4 years ago

pkubowicz commented 4 years ago

If I type gradle dependencies --conf<tab> it is expanded to --configuration= but if I type gradle mysubproject:dependencies --conf<tab> it isn't. Looks like Zsh completion matches full command name instead of the last part after a colon.