/usr/share/fish/completions/pkginfo.fish is in fish-common 2.2.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #completion for pkginfo
complete -f -c pkginfo -o i -l installed -d 'List installed packages'
complete -f -c pkginfo -o l -l list -a '(__fish_crux_packages)' -r -d 'Package whose files to list'
complete -f -c pkginfo -o o -l owner -d 'Print the package owning file matching pattern'
complete -f -c pkginfo -o f -l footprint -d 'Print footprint for file'
complete -f -c pkginfo -o r -l root -d 'Specify alternative installation root'
complete -f -c pkginfo -o v -l version -d 'Print version of pkgutils'
complete -f -c pkginfo -o h -l help -d 'Print help'
|