mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
00be44a69a
darcs-hash:20051217215926-ac50b-3078bbc64adfe19d17579a886a9e2ae7b0c594dd.gz
5 lines
210 B
Fish
5 lines
210 B
Fish
|
|
complete -c trap -s l -l list-signals -d 'Display names of all signals'
|
|
complete -c trap -s p -l print -d 'Display all currently defined trap handlers'
|
|
complete -c trap -s h -l help -d 'Display help and exit'
|