diff -r a2beae97e3d8 -r 9e7576e732d6 .bash_completion.d/gradle --- 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 ;;