From fd18cba4bce4e8d3d5220acaed318cbf940e4dc5 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 4 Apr 2020 09:03:50 +0200 Subject: [PATCH] Add completions for builtin wait --- share/completions/wait.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 share/completions/wait.fish 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'