fish-shell/share/completions/pip3.fish

3 lines
60 B
Fish

if command -sq pip3
pip3 completion --fish | source
end