1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

* 20944: Completion/Debian/Command/_uscan: completion for uscan command.

This commit is contained in:
Clint Adams 2005-03-07 04:25:38 +00:00
parent 97d543e601
commit eb8e55c91e
2 changed files with 20 additions and 0 deletions

@ -1,5 +1,8 @@
2005-03-07 Clint Adams <clint@zsh.org>
* 20944: Completion/Debian/Command/_uscan: completion for
uscan command.
* 20943: Completion/Linux/Command/_tune2fs: completion for
tune2fs command.

@ -0,0 +1,17 @@
#compdef uscan
_arguments \
'(--report --no-download --download)'{--report,--no-download}'[report but do not download]' \
'--debug[dump downloaded pages to stdout]' \
'(--report --no-download --download)--download[report and download]' \
'(--pasv --no-pasv)--pasv[force PASV mode for FTP]' \
'(--pasv --no-pasv)--no-pasv[do not use PASV mode for FTP]' \
'(--symlink --no-symlink)--symlink[make orig.tar.gz symlinks]' \
'(--symlink --no-symlink)--no-symlink[do not make orig.tar.gz symlinks]' \
'(--verbose --no-verbose)--verbose[give verbose output]' \
'(--verbose --no-verbose)--no-verbose[do not give verbose output]' \
'--check-dirname-level:level:((0\:never\ check\ the\ directory\ name 1\:only\ check\ directory\ name\ if\ we\ had\ to\ change\ directory 2\:always\ check\ the\ directory\ name))' \
'--check-dirname-regex:perlre:' \
'(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any configuration files]' \
'--help[help]' \
'--version[version]'