/usr/share/fish/completions/block.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 | complete -c block -s h -l help --description 'Display help and exit'
complete -c block -s e -l erase --description 'Remove the topmost global event block'
complete -c block -s l -l local --description 'Create a local (automatically erased) event block'
complete -c block -s g -l global --description 'Create a global (manually erased) event block'
|