2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-22 09:45:47 +00:00
fish-shell/share/completions/block.fish

6 lines
349 B
Fish
Raw Normal View History

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'