File: _portaudit

package info (click to toggle)
zsh 5.9-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates
  • size: 23,856 kB
  • sloc: ansic: 108,138; sh: 6,976; makefile: 722; perl: 687; awk: 291; sed: 16
file content (14 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#compdef portaudit

_arguments -s \
    '-a[vulnerability report for all installed packages]' \
    '-C[vulnerability report for the port in the current working directory]' \
    '-d[print creation date of the database]' \
    '-F[fetch the current database]' \
    '-q[quiet mode]' \
    '-V[show portaudit version number]' \
    '-v[verbose mode]' \
    '-X[download a fresh database from least days old]:days:' \
    '-f[check the packages listed in file]:file:_files' \
    '-r[restrict listed vulnerabilities with eregex pattern]:eregex:' \
    ':pkg-name:'