mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
7 lines
351 B
Fish
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'
|
|
|