diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-09-14 12:45:00 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-09-14 12:45:00 +0000 |
commit | ba9bad6c0eedf9602da805ffcc48b3fecc30f176 (patch) | |
tree | 77007cd83a6a1fc068db054ed6b0858a4e92331c /Completion/Unix/Command/_rake | |
parent | 42ed9c4e39ac0c9a2d9098071c4224d72121c55a (diff) | |
download | zsh-ba9bad6c0eedf9602da805ffcc48b3fecc30f176.tar.gz zsh-ba9bad6c0eedf9602da805ffcc48b3fecc30f176.tar.xz zsh-ba9bad6c0eedf9602da805ffcc48b3fecc30f176.zip |
unposted: update rake completion for version 0.6.0
Diffstat (limited to 'Completion/Unix/Command/_rake')
-rw-r--r-- | Completion/Unix/Command/_rake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rake b/Completion/Unix/Command/_rake index c0c8eed97..f574d6306 100644 --- a/Completion/Unix/Command/_rake +++ b/Completion/Unix/Command/_rake @@ -1,11 +1,12 @@ #compdef rake -# rake, version 0.5.4 +# rake, version 0.6.0 local curcontext="$curcontext" state line expl ret=1 typeset -A opt_args _arguments -C -s -S \ + '(--classic-namespace -C)'{--classic-namespace,-C}'[put Task and FileTask in the top level namespace]' \ '(--dry-run -n)'{--dry-run,-n}'[do a dry run without executing actions]' \ '(- *)'{--help,-H}'[display help information]' \ \*{--libdir,-I}'[include specified directory in the search path for required modules]:library directory:_files -/' \ |