about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ant
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 16:59:22 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-08 16:59:22 +0000
commit1c23db0e00c4462c9e76c88bd01dc09c6a1076dd (patch)
tree552d27387a4f7d0d136b741a7dcdaaa3147e550a /Completion/Unix/Command/_ant
parent0ba8ae87eac21281e0b17eb9cbb523d133067a4a (diff)
downloadzsh-1c23db0e00c4462c9e76c88bd01dc09c6a1076dd.tar.gz
zsh-1c23db0e00c4462c9e76c88bd01dc09c6a1076dd.tar.xz
zsh-1c23db0e00c4462c9e76c88bd01dc09c6a1076dd.zip
unposted: add missing options to _ant
Diffstat (limited to 'Completion/Unix/Command/_ant')
-rw-r--r--Completion/Unix/Command/_ant7
1 files changed, 5 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant
index 19860f55f..2c0e252d6 100644
--- a/Completion/Unix/Command/_ant
+++ b/Completion/Unix/Command/_ant
@@ -1,6 +1,6 @@
 #compdef ant -value-,ANT_ARGS,-default-
 
-# Apache Ant version 1.6.4
+# Apache Ant version 1.6.5
 
 local curcontext="$curcontext" state line expl ret=1
 typeset -A opt_args
@@ -14,7 +14,10 @@ if [[ $service = *ANT_ARGS* ]]; then
 fi
 
 _arguments -C \
-  '(- *)'{-h,-help}'[display help information]' \
+  '(- *)'{-h,-help,--h,--help}'[display help information]' \
+  '--noconfig[suppress sourcing of configuration files]' \
+  '--usejikes[enable use of jikes by default, unless set explicitly in configuration files]' \
+  '--execdebug[print ant exec line generated by this launch script]' \
   '(-p -projecthelp *)'{-p,-projecthelp}'[print project help information]' \
   '(- *)-version[display version information]' \
   '(- *)-diagnostics[print information helpful to diagnosis or report problems]' \