mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 00:39:47 +08:00
5 lines
243 B
Fish
5 lines
243 B
Fish
|
|
complete -c trap -s l -l list-signals --description 'Display names of all signals'
|
|
complete -c trap -s p -l print --description 'Display all currently defined trap handlers'
|
|
complete -c trap -s h -l help --description 'Display help and exit'
|