mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 06:59:47 +08:00
6 lines
349 B
Fish
6 lines
349 B
Fish
|
|
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'
|