fish-shell/share/completions/wait.fish

4 lines
183 B
Fish
Raw Normal View History

2020-04-04 07:03:50 +00:00
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'