This file is indexed.

/usr/share/fish/completions/pkgadd.fish is in fish-common 2.4.0-1.

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
#completion for pkgadd

complete -c pkgadd -o u -l upgrade -d 'Upgrade'
complete -c pkgadd -o f -l force -d 'Force installation, overwriting'
complete -c pkgadd -o r -l root -d 'Alternative installation root'
complete -c pkgadd -o v -l version -d 'Print version'
complete -c pkgadd -o h -l help -d 'Print help'