Update Gradle Commands
This commit is contained in:
parent
f104d1624d
commit
a95473919a
@ -1,6 +1,6 @@
|
|||||||
#!zsh
|
#!zsh
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# A descriptive listing of core Gradle commands
|
# A descriptive listing of core Gradle commands
|
||||||
############################################################################
|
############################################################################
|
||||||
function _gradle_core_commands() {
|
function _gradle_core_commands() {
|
||||||
local ret=1 state
|
local ret=1 state
|
||||||
@ -32,14 +32,22 @@ function _gradle_arguments() {
|
|||||||
'--stop[Stop the Gradle daemon]' \
|
'--stop[Stop the Gradle daemon]' \
|
||||||
'--daemon[Use the Gradle daemon]' \
|
'--daemon[Use the Gradle daemon]' \
|
||||||
'--no-daemon[Do not use the Gradle daemon]' \
|
'--no-daemon[Do not use the Gradle daemon]' \
|
||||||
'--no-opt[Do not perform any task optimization]' \
|
'--rerun-task [Specifies that any task optimization is ignored.]' \
|
||||||
'-i[Log at the info level]' \
|
'-i[Log at the info level]' \
|
||||||
'-m[Dry run]' \
|
'-m[Dry run]' \
|
||||||
'-P[Set a project property]' \
|
'-P[Set a project property]' \
|
||||||
|
'-p[Specifies the start directory]' \
|
||||||
'--profile[Profile the build time]' \
|
'--profile[Profile the build time]' \
|
||||||
'-q[Log at the quiet level (only show errors)]' \
|
'-q[Log at the quiet level (only show errors)]' \
|
||||||
'-v[Print the Gradle version info]' \
|
'-v[Print the Gradle version info]' \
|
||||||
'-x[Specify a task to be excluded]' \
|
'-x[Specify a task to be excluded]' \
|
||||||
|
'-b[Specifies the build file.]' \
|
||||||
|
'-c[Specifies the settings file.]' \
|
||||||
|
'--continue[Continues task execution after a task failure.]' \
|
||||||
|
'-g[Specifies the Gradle user home directory.]' \
|
||||||
|
'-I[Specifies an initialization script.]' \
|
||||||
|
'--refresh-dependencies[Refresh the state of dependencies.]' \
|
||||||
|
'-u[Don''t search in parent directories for a settings.gradle file.]' \
|
||||||
'*::command:->command' \
|
'*::command:->command' \
|
||||||
&& return 0
|
&& return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user