fish-shell/share/completions/timeout.fish
2014-05-03 12:30:41 -07:00

7 lines
351 B
Fish

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'