fish-shell/share/completions/pipenv.fish

8 lines
334 B
Fish
Raw Normal View History

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
2020-10-26 02:00:58 +08:00
complete -c pipenv -n "__fish_seen_subcommand_from run" -a "(__fish_complete_subcommand --fcs-skip=2)" -x