This file is indexed.

/usr/share/fish/completions/lpinfo.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
8
9
__fish_complete_lpr lpinfo
complete -c lpinfo -s l -d 'Shows a "long" listing of devices or drivers'
complete -c lpinfo -l device-id -x -d 'Specifies the IEEE-1284 device ID to match when listing drivers with the -m option'
complete -c lpinfo -l exclude-schemes -x -d 'Specifies  a  comma-separated  list  of  device  or  PPD  schemes that should be excluded from the results'
complete -c lpinfo -l include-schemes -x -d 'Specifies a comma-separated list of device or PPD schemes that should be included in the  results'
complete -c lpinfo -l language -x -d 'Specifies the language to match when listing drivers with the -m option'
complete -c lpinfo -l make-and-model -x -d 'Specifies the make and model to match when listing drivers with the -m option'
complete -c lpinfo -l product -x -d 'Specifies the product to match when listing drivers with the -m option'
complete -c lpinfo -l timeout -x -d 'Specifies the timeout when listing devices with the -v option (sec)'