diff options
| author | Christoffer Aasted <dezzadk@gmail.com> | 2017-01-07 22:32:53 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2017-03-04 09:31:31 +0100 |
| commit | b8b5f18f3fcfe64e4b7596018d31410042f379f1 (patch) | |
| tree | e31b2015852cc8d7fc109d7ba488c2db5e1eb01e /Completion/Unix/Command/_ant | |
| parent | unposted (via github): Add newer C++ standard options to _gcc (diff) | |
| download | zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.gz zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.bz2 zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.lz zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.xz zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.tar.zst zsh-b8b5f18f3fcfe64e4b7596018d31410042f379f1.zip | |
unposted (via github): complete -Dproperty=/path_complete for ant
Diffstat (limited to 'Completion/Unix/Command/_ant')
| -rw-r--r-- | Completion/Unix/Command/_ant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant index 19c252a4e..080ce6857 100644 --- a/Completion/Unix/Command/_ant +++ b/Completion/Unix/Command/_ant @@ -51,7 +51,7 @@ _arguments -C \ '*-listener[add an instance of specified class as a project listener]:class:->class' \ '-noinput[do not allow interactive input]' \ '(-f -file -buildfile -s -find)'{-f,-file,-buildfile}'[use specified build file]:build file:_files -g "*.xml(-.)"' \ - '*-D[specify property with value to use]:property:->property' \ + '*-D+[specify property with value to use]:property:->property' \ '(-k -keep-going)'{-keep-going,-k}'[execute all targets that do not depend on failed target(s)]' \ '-propertyfile[load all properties from specified file with -D properties taking precedence]:property file:_files -g "*.properties(-.)"' \ '-inputhandler[specify class which will handle input requests]:class:->class' \ |
