We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44b270 commit 5e8df5bCopy full SHA for 5e8df5b
1 file changed
data/share/bash-completion/completions/pkgdev
@@ -4,7 +4,7 @@ source "/usr/share/bash-completion/helpers/gentoo-common.sh"
4
5
_pkgdev() {
6
local i=1 cmd cur prev words cword split
7
- _init_completion -n : || return
+ _comp_initialize -n : "$@" || return
8
9
local subcommands="
10
bugs
0 commit comments