This file is indexed.

/usr/share/fish/completions/pkgrm.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 pkgrm

complete -f -c pkgrm -a '(__fish_crux_packages)' -d 'Package to remove'

complete -c pkgrm -o r -l root -d 'Alternative installation root'
complete -f -c pkgrm -o v -l version -d 'Print version'
complete -f -c pkgrm -o h -l help -d 'Print help'