# HG changeset patch # User Oleksandr Gavenko # Date 1499071954 -10800 # Node ID 49ba5fd168c062d23e11d0e66e0b6f37d0cd2f2e # Parent 24c14627e34b536f032b34d92a9d5afb988f3735 Added --profile option for Gradle. diff -r 24c14627e34b -r 49ba5fd168c0 .bash_completion.d/gradle --- a/.bash_completion.d/gradle Tue Jun 20 13:40:26 2017 +0300 +++ b/.bash_completion.d/gradle Mon Jul 03 11:52:34 2017 +0300 @@ -18,7 +18,8 @@ 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 \ -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 \ -q --quiet -r --properties -s --stacktrace -t --tasks -u --no-search-upward -v --version -x --exclude-task \ - --continue --daemon --foreground --no-color --no-daemon --offline --parallel --parallel-threads --project-cache-dir --recompile-scripts --refresh --refresh-dependencies \ + --continue --foreground --no-color --project-cache-dir --recompile-scripts --refresh --refresh-dependencies \ + --daemon --no-daemon --offline --parallel --parallel-threads --profile \ --rerun-tasks --stop" local _application_cmds='run startScripts installApp distZip distTar' declare -a _extra