mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 21:41:15 -03:00
Add completions for builtin wait
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user