1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

unposted: update raggle completion for version 0.4.4

This commit is contained in:
Doug Kearns 2006-04-14 12:49:14 +00:00
parent c9a761df01
commit 5c2d5b013e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-04-14 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* unposted: Completion/Unix/Command/_raggle: update for version
0.4.4
2006-04-13 Clint Adams <clint@zsh.org>
* 22418: Completion/Unix/Command/_env,

View file

@ -31,6 +31,7 @@ _arguments -C -s \
'(-t --title)'{-t,--title}"[title attribute of feed (for '--add' and '--edit')]:feed title:" \
"--unlock-title[unlock Title attribute of feed (for '--add' and '--edit')]" \
"--unsave-items[don't save old items of feed (for '--add' and '--edit')]" \
"--update[update feed (or all feeds, if unspecified)]::feed ID:->feed" \
'(-u --url)'{-u,--url}"[URL attribute of feed (for '--add' and '--edit')]:URL:_urls" \
'--verbose[turn on verbose output]' \
'(-)'{-v,--version}'[display version information]' && return 0