This file is indexed.

/usr/share/fish/completions/tee.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
complete -c tee -s a -l append              -d 'append to the given FILEs, do not overwrite'
complete -c tee -s i -l ignore-interrupts   -d 'ignore interrupt signals'
complete -c tee -l help     -d 'display this help and exit'
complete -c tee -l version  -d 'output version information and exit'