We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5145b commit fafa9c4Copy full SHA for fafa9c4
data/share/bash-completion/completions/pkgcheck
@@ -128,12 +128,17 @@ _pkgcheck() {
128
--cache-dir
129
--exit
130
131
+ --stable-only
132
+ --glsa-dir
133
+ --stabletime
134
+
135
--net
136
-C --checksets
137
-s --scopes
138
-c --checks
139
-k --keywords
140
--timeout
141
+ --user-agent
142
143
-a --arches
144
@@ -142,10 +147,10 @@ _pkgcheck() {
147
)
148
149
case ${prev} in
145
- -[jt] | --jobs | --tasks)
150
+ -[jt] | --jobs | --tasks | --timeout | --user-agent | --stabletime)
146
151
COMPREPLY=()
152
;;
- --cache-dir)
153
+ --cache-dir | --glsa-dir)
154
_filedir -d
155
156
-r | --repo)
0 commit comments