gradle / gradle-completion

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

Complete for BAT files #31

Closed Vampire closed 7 years ago

Vampire commented 7 years ago

When using Gradle from Bash on windows, for example from Cygwin Bash or Git Bash, one could call the BAT file instead of the shellscript, so completion should also work for those.

eriwen commented 7 years ago

Excellent! Thanks very much @Vampire!