about summary refs log tree commit diff
path: root/Completion/BSD/Command/_portaudit
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_portaudit')
-rw-r--r--Completion/BSD/Command/_portaudit14
1 files changed, 14 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_portaudit b/Completion/BSD/Command/_portaudit
new file mode 100644
index 000000000..879e4c537
--- /dev/null
+++ b/Completion/BSD/Command/_portaudit
@@ -0,0 +1,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[Check the packages listed in file]:file:_files' \
+    '-F[Fetch the current database]' \
+    '-q[Quiet mode]' \
+    '-V[Show portaudit version number]' \
+    '-v[Verbose mode]' \
+    '-r[Restrict listed vulnerabilities with eregex pattern]:eregex:' \
+    '-X[Download a fresh database]:days:' \
+    ':pkg-name:_files'