equal
deleted
inserted
replaced
91 init) |
91 init) |
92 COMPREPLY=( --type ) |
92 COMPREPLY=( --type ) |
93 IFS=$OIFS; return ;; |
93 IFS=$OIFS; return ;; |
94 wrapper) |
94 wrapper) |
95 COMPREPLY=( --gradle-version ) |
95 COMPREPLY=( --gradle-version ) |
|
96 IFS=$OIFS; return ;; |
|
97 test) |
|
98 COMPREPLY=( --tests ) |
96 IFS=$OIFS; return ;; |
99 IFS=$OIFS; return ;; |
97 dependencies|dependencyInsight) |
100 dependencies|dependencyInsight) |
98 COMPREPLY=( --configuration ) |
101 COMPREPLY=( --configuration ) |
99 IFS=$OIFS; return ;; |
102 IFS=$OIFS; return ;; |
100 --console) |
103 --console) |