mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
unposted (via github): complete -Dproperty=/path_complete for ant
This commit is contained in:
parent
76f2539e20
commit
b8b5f18f3f
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2017-03-04 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted (github): Christoffer Aasted:
|
||||
Completion/Unix/Command/_ant: allow -Dproperty=/path_complete
|
||||
|
||||
* unposted (from Ferenc- via github): Completion/Unix/Command/_gcc:
|
||||
Add newer C++ standard options to gcc completion
|
||||
|
||||
|
|
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue