mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
5 lines
305 B
Fish
5 lines
305 B
Fish
|
|
complete -c block -s h -l help -d 'Display help and exit'
|
|
complete -c block -s e -l erase -d 'Remove the topmost global event block'
|
|
complete -c block -s l -l local -d 'Create a local (automatically erased) event block'
|
|
complete -c block -s g -l global -d 'Create a global (manually erased) event block'
|