File: _apt-show-versions

package info (click to toggle)
zsh-beta 4.3.0-dev-1%2B20050424-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,240 kB
  • ctags: 6,564
  • sloc: ansic: 79,241; sh: 4,874; perl: 748; makefile: 676; awk: 341; sed: 16
file content (12 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef apt-show-versions

_arguments \
   '(--status-file -stf)'{--status-file=,-stf}'[specify dpkg status file]:status file:_files' \
   '(--list-dir -ld)'{--list-dir=,-ld}"[specify dir for apt's list files]:apt list dir:_files -/" \
   '(--package -p)'{--package=,-p}'[restrict to specified package]:package:_deb_packages avail' \
   '(--regex -r)'{--regex,-r}'[interpret -p argument as regex]' \
   '(--upgradeable -u)'{--upgradeable,-u}'[print only upgradeable packages]' \
   '(--allversions -a)'{--allversions,-a}'[print all available versions]' \
   '(--brief -b)'{--brief,-b}'[brief output]' \
   '(--verbose -v)'{--verbose,-v}'[verbose output]' \
   '(--help -h)'{--help,-h}'[display help information]'