fish-shell/share/completions/disown.fish
Mahmoud Al-Qudsi 220ffaeb65 Add completions for builtin disown
It completes identical to `fg` and `bg` w/ this change. I'm not aware of any
reason why it shouldn't, but feel free to enlighten me if I've missed something.

[ci skip]
2023-05-05 16:08:58 -05:00

2 lines
113 B
Fish

complete -c disown -s h -l help -d "Display help and exit"
complete -c disown -x -a "(__fish_complete_job_pids)"