blob: 36f6d5f1c8806548463878b7e2419ebe924c692d (
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:'
|