1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00

unposted: update rake completion for version 0.6.0

This commit is contained in:
Doug Kearns 2005-09-14 12:45:00 +00:00
parent 42ed9c4e39
commit ba9bad6c0e
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,7 @@
2005-09-14 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* unposted: Completion/Unix/Command/_rake: update for version 0.6.0
2005-09-13 Clint Adams <clint@zsh.org>
* 21718: Completion/Unix/Command/_bzr: complete files

@ -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 -/' \