aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/block.fish
blob: 1d6e021a4709ddc4a16b355fd4ac75e5d535d926 (plain)
1
2
3
4
5

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'