changeset 938 | 9e7576e732d6 |
parent 936 | 7c8a97e5273d |
child 939 | 7a0bc8706152 |
--- a/.bash_completion.d/gradle Sat Jan 18 00:19:38 2020 +0200 +++ b/.bash_completion.d/gradle Sat Jan 18 14:26:49 2020 +0200 @@ -94,6 +94,9 @@ wrapper) COMPREPLY=( --gradle-version ) IFS=$OIFS; return ;; + test) + COMPREPLY=( --tests ) + IFS=$OIFS; return ;; dependencies|dependencyInsight) COMPREPLY=( --configuration ) IFS=$OIFS; return ;;