.bash_completion.d/gradle
changeset 938 9e7576e732d6
parent 936 7c8a97e5273d
child 939 7a0bc8706152
equal deleted inserted replaced
937:a2beae97e3d8 938:9e7576e732d6
    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)