mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
1145a5d483
darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
5 lines
329 B
Fish
5 lines
329 B
Fish
|
|
complete -c block -s h -l help -d (N_ "Display help and exit" )
|
|
complete -c block -s e -l erase -d (N_ "Remove the topmost global event block" )
|
|
complete -c block -s l -l local -d (N_ "Create a local (automatically erased) event block" )
|
|
complete -c block -s g -l global -d (N_ "Create a global (manually erased) event block" )
|