mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 05:16:33 +08:00
5 lines
225 B
Fish
5 lines
225 B
Fish
|
|
complete -c trap -s l -l list-signals -d (N_ 'Display names of all signals')
|
|
complete -c trap -s p -l print -d (N_ 'Display all currently defined trap handlers')
|
|
complete -c trap -s h -l help -d (N_ 'Display help and exit')
|