equal
deleted
inserted
replaced
164 IFS=$OIFS; return ;; |
164 IFS=$OIFS; return ;; |
165 esac |
165 esac |
166 _extra+=( --configuration ) |
166 _extra+=( --configuration ) |
167 ;; |
167 ;; |
168 test) |
168 test) |
169 COMPREPLY=( $(compgen -W "--tests --continue --rerun-tasks" -- "$cur") ) |
169 COMPREPLY=( $(compgen -W "--fail-fast --continue --tests --rerun-tasks" -- "$cur") ) |
170 IFS=$OIFS; return ;; |
170 IFS=$OIFS; return ;; |
171 dependencyInsight) |
171 dependencyInsight) |
172 case "$prev" in |
172 case "$prev" in |
173 --configuration) |
173 --configuration) |
174 IFS=$'\n' |
174 IFS=$'\n' |