commit:     fafa9c48ab0426855369788dfbb3a96556e8a347
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 07:58:58 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 07:58:58 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=fafa9c48

bash-completion: add some missing scan args

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 data/share/bash-completion/completions/pkgcheck | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/data/share/bash-completion/completions/pkgcheck 
b/data/share/bash-completion/completions/pkgcheck
index c6213cae..1b8747d8 100644
--- a/data/share/bash-completion/completions/pkgcheck
+++ b/data/share/bash-completion/completions/pkgcheck
@@ -128,12 +128,17 @@ _pkgcheck() {
                 --cache-dir
                 --exit
 
+                --stable-only
+                --glsa-dir
+                --stabletime
+
                 --net
                 -C --checksets
                 -s --scopes
                 -c --checks
                 -k --keywords
                 --timeout
+                --user-agent
 
                 -a --arches
 
@@ -142,10 +147,10 @@ _pkgcheck() {
             )
 
             case ${prev} in
-                -[jt] | --jobs | --tasks)
+                -[jt] | --jobs | --tasks | --timeout | --user-agent | 
--stabletime)
                     COMPREPLY=()
                     ;;
-                --cache-dir)
+                --cache-dir | --glsa-dir)
                                _filedir -d
                     ;;
                 -r | --repo)

Reply via email to