fish-shell/share/completions/trap.fish

5 lines
225 B
Fish
Raw Normal View History

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')