equal
deleted
inserted
replaced
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 --include-build --recompile-scripts --refresh --refresh-dependencies \ |
21 --continue --foreground --no-color --project-cache-dir --include-build --recompile-scripts --refresh --refresh-dependencies \ |
22 --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status \ |
22 --fail-fast \ |
|
23 --daemon --no-daemon --offline --build-cache --parallel --parallel-threads --profile --status \ |
23 --rerun-tasks --stop" |
24 --rerun-tasks --stop" |
24 local _application_cmds='run startScripts installApp distZip distTar' |
25 local _application_cmds='run startScripts installApp distZip distTar' |
25 declare -a _extra |
26 declare -a _extra |
26 local cur prev |
27 local cur prev |
27 cur=${COMP_WORDS[COMP_CWORD]} |
28 cur=${COMP_WORDS[COMP_CWORD]} |