mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
5 lines
269 B
Fish
5 lines
269 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'
|
|
complete -c trap -a '(trap -l | sed "s/ /\n/g")' -d Signal
|