mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 17:25:00 +08:00
5 lines
222 B
Fish
5 lines
222 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')
|