Add completions for builtin wait

This commit is contained in:
Johannes Altmanninger 2020-04-04 09:03:50 +02:00
parent bd91497de2
commit fd18cba4bc

View File

@ -0,0 +1,3 @@
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'