index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Jelle van der Waa <jelle@archlinux.org> | 2023-07-01 15:21:32 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-07 02:35:18 +0100 |
commit | 4673ad6c89bbdca632b22edfc2ef35486b7a635b (patch) | |
tree | b67ea8a55ea0461ed76d2798b2db19174b93d25a /contrib/completion/bash | |
parent | 78dd15099684615e98d20dfaa2b9fbe5ca3f6e6b (diff) |
-rw-r--r-- | contrib/completion/bash/devtools.in | 9 |
diff --git a/contrib/completion/bash/devtools.in b/contrib/completion/bash/devtools.in index b974257..155bb7e 100644 --- a/contrib/completion/bash/devtools.in +++ b/contrib/completion/bash/devtools.in @@ -139,6 +139,7 @@ _pkgctl_cmds=( diff release repo + search version ) _pkgctl_args=( @@ -331,6 +332,14 @@ _pkgctl_repo_web_args=( _pkgctl_repo_web_opts() { _filedir -d; } +_pkgctl_search_args=( + --json + --no-default-filter + -h --help +) +_pkgctl_search_opts() { :; } + + _pkgctl_diff_args=( -l --list -d --diffoscope |