Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
306e3e7e
Commit
306e3e7e
authored
Oct 14, 2015
by
Robby Russell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4459 from Scuilion/update-gradle-commands
Gradle Plugin: Update Gradle Commands
parents
b28db6b4
a9547391
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
gradle.plugin.zsh
plugins/gradle/gradle.plugin.zsh
+10
-2
No files found.
plugins/gradle/gradle.plugin.zsh
View file @
306e3e7e
...
@@ -32,14 +32,22 @@ function _gradle_arguments() {
...
@@ -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
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment