From 1c23db0e00c4462c9e76c88bd01dc09c6a1076dd Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Jun 2005 16:59:22 +0000 Subject: unposted: add missing options to _ant --- Completion/Unix/Command/_ant | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_ant') 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]' \ -- cgit 1.4.1