about summary refs log tree commit diff
path: root/Completion/BSD/Command/_portaudit
blob: bb942a8240544d2ad3d5c42ee4337467efc88841 (plain) (blame)
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:'