Skip to content

Commit fafa9c4

Browse files
committed
bash-completion: add some missing scan args
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent ff5145b commit fafa9c4

File tree

1 file changed

+7
-2
lines changed
  • data/share/bash-completion/completions

1 file changed

+7
-2
lines changed

data/share/bash-completion/completions/pkgcheck

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,17 @@ _pkgcheck() {
128128
--cache-dir
129129
--exit
130130

131+
--stable-only
132+
--glsa-dir
133+
--stabletime
134+
131135
--net
132136
-C --checksets
133137
-s --scopes
134138
-c --checks
135139
-k --keywords
136140
--timeout
141+
--user-agent
137142

138143
-a --arches
139144

@@ -142,10 +147,10 @@ _pkgcheck() {
142147
)
143148

144149
case ${prev} in
145-
-[jt] | --jobs | --tasks)
150+
-[jt] | --jobs | --tasks | --timeout | --user-agent | --stabletime)
146151
COMPREPLY=()
147152
;;
148-
--cache-dir)
153+
--cache-dir | --glsa-dir)
149154
_filedir -d
150155
;;
151156
-r | --repo)

0 commit comments

Comments
 (0)