mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3 lines
183 B
Fish
3 lines
183 B
Fish
complete -c wait -xa '(__fish_complete_job_pids)'
|
|
complete -c wait -s n -l any -d 'Return as soon as the first job completes'
|
|
complete -c wait -s h -l help -d 'Display help and exit'
|