mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:03:57 +08:00
completions/xbps-query: complete package name after -X
(cherry picked from commit a67b089c89
)
This commit is contained in:
parent
e2599545f2
commit
a6c00ee637
|
@ -68,5 +68,6 @@ complete -c $progname -s S -d 'Shows information of an installed package' -x
|
|||
complete -c $progname -s s -d 'Search for packages by matching PATTERN on pkgver or short_desc'
|
||||
complete -c $progname -s f -d 'Show the package files for PKG' -x
|
||||
complete -c $progname -s x -d 'Show the required dependencies for PKG. Only direct dependencies are shown' -x
|
||||
complete -c $progname -s X -d 'Show the reverse dependencies for PKG' -x
|
||||
complete -c $progname -s X -d 'Show the reverse dependencies for PKG' -xa "$listinstalled"
|
||||
complete -c $progname -s X -d 'Show the reverse dependencies for PKG' -x -n "__fish_contains_opt -s R" -a "$listall"
|
||||
complete -c $progname -l cat -d 'Prints the file FILE stored in binary package PKG to stdout' -F
|
||||
|
|
Loading…
Reference in New Issue
Block a user