fish-shell/share/completions/pipenv.fish
2020-10-25 17:18:42 -05:00

7 lines
334 B
Fish

if command -sq pipenv
# pipenv determines which completions to print via some automagic that might not be perfect.
# Force it to be correct.
_PIPENV_COMPLETE=source-fish pipenv --completion 2>/dev/null | source
end
complete -c pipenv -n "__fish_seen_subcommand_from run" -a "(__fish_complete_subcommand --fcs-skip=2)" -x