changeset 866 | be65947cc359 |
parent 865 | 2fd1c329e686 |
child 867 | 33ef236a0dd5 |
--- a/.bash_completion.d/gradle Wed Jul 05 11:46:02 2017 +0300 +++ b/.bash_completion.d/gradle Sun Jul 16 00:46:28 2017 +0300 @@ -125,7 +125,7 @@ init) case "$prev" in --type) - COMPREPLY=( $(compgen -W "basic groovy-library java-library pom scala-library" -- "$cur") ) + COMPREPLY=( $(compgen -W "basic groovy-library java-library pom scala-library java-application groovy-application" -- "$cur") ) IFS=$OIFS; return ;; --test-framework) COMPREPLY=( $(compgen -W "spock testng" -- "$cur") )