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

21156: tweaks to dpkg-reconfigure completion.

This commit is contained in:
Clint Adams 2005-04-19 17:01:34 +00:00
parent 9d43c7653b
commit 2ab4b131be
2 changed files with 8 additions and 3 deletions

@ -1,3 +1,8 @@
2005-04-19 Clint Adams <clint@zsh.org>
* 21156: Completion/Debian/Command/_dpkg: tweaks to
dpkg-reconfigure completion.
2005-04-18 Felix Rosencrantz <f_rosencrantz@gmail.com>
* 21154: Completion/Unix/Command/_perforce: add pid completion for
monitor (clear|terminate) commands.

@ -87,9 +87,9 @@ case "$service" in
"$_dpkg_common_actions[@]" && return 0
;;
dpkg-reconfigure)
_arguments -s \
'(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend' \
'(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority' \
_arguments -sw \
'(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend:(dialog readline noninteractive gnome kde editor web)' \
'(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority:(low medium high critical)' \
'--default-priority[use default question priority]' \
'(*)--all[reconfigure all installed packages using debconf]' \
'(-u --unseen-only)'{-u,--unseen-only}'[only ask questions not yet seen are asked]' \