.bash_completion.d/gradle
changeset 865 2fd1c329e686
parent 864 d96d5b0e8d4f
child 866 be65947cc359
equal deleted inserted replaced
864:d96d5b0e8d4f 865:2fd1c329e686
    17   local OIFS=$IFS
    17   local OIFS=$IFS
    18   local _opts="-? -h --help -A --dep-tasks -C --cache -D --system-prop -I --init-script -P --project-prop -S --full-stacktrace -a --no-rebuild --all \
    18   local _opts="-? -h --help -A --dep-tasks -C --cache -D --system-prop -I --init-script -P --project-prop -S --full-stacktrace -a --no-rebuild --all \
    19      -b --build-file -c --settings-file -d --debug -e --embedded -g --gradle-user-home --gui -i --info -m --dry-run --no-opt -p --project-dir \
    19      -b --build-file -c --settings-file -d --debug -e --embedded -g --gradle-user-home --gui -i --info -m --dry-run --no-opt -p --project-dir \
    20      -q --quiet -r --properties -s --stacktrace -t --tasks -u --no-search-upward -v --version -x --exclude-task \
    20      -q --quiet -r --properties -s --stacktrace -t --tasks -u --no-search-upward -v --version -x --exclude-task \
    21      --continue --foreground --no-color --project-cache-dir --recompile-scripts --refresh --refresh-dependencies \
    21      --continue --foreground --no-color --project-cache-dir --recompile-scripts --refresh --refresh-dependencies \
    22       --daemon --no-daemon --offline --parallel --parallel-threads --profile --status \
    22       --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status \
    23      --rerun-tasks --stop"
    23      --rerun-tasks --stop"
    24   local _application_cmds='run startScripts installApp distZip distTar'
    24   local _application_cmds='run startScripts installApp distZip distTar'
    25   declare -a _extra
    25   declare -a _extra
    26   local cur prev
    26   local cur prev
    27   cur=${COMP_WORDS[COMP_CWORD]}
    27   cur=${COMP_WORDS[COMP_CWORD]}