We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e4aa3 commit e48d62eCopy full SHA for e48d62e
1 file changed
scripts/completion/_pkg.in
@@ -125,7 +125,7 @@ _pkg() {
125
'which[display which package installed a specific file]'
126
)
127
128
- _arguments -C \
+ _arguments -A -* -C \
129
'(-d --debug)'{-d,--debug}'[increment debug level]' \
130
'(-j --jail)'{-j,--jail}'[execute pkg(8) inside a jail(8)]:jail:_jails' \
131
'(-c --chroot)'{-c,--chroot}'[execute pkg(8) inside a chroot(8)]:chroot:_files -/' \
0 commit comments