aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/timeout.fish
blob: a1e60768f3194141d0d34eadeb3edc325c428f39 (plain)
1
2
3
4
5
6
7

complete -c timeout -l foreground -d 'Run COMMAND in the foreground'
complete -c timeout -s k -l kill-after -d 'Send a KILL signal after DURATION'
complete -c timeout -s s -l signal -d 'Specify the signal to be sent'
complete -c timeout -l help -d 'Display this help and exit'
complete -c timeout -l version -d 'Output version information and exit'