mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Add completions for builtin wait
This commit is contained in:
parent
bd91497de2
commit
fd18cba4bc
3
share/completions/wait.fish
Normal file
3
share/completions/wait.fish
Normal 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'
|
Loading…
Reference in New Issue
Block a user