diff --git a/share/completions/wait.fish b/share/completions/wait.fish new file mode 100644 index 000000000..b97d5b67f --- /dev/null +++ b/share/completions/wait.fish @@ -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'