Complete pipenv run

This commit is contained in:
Clément Martinez 2020-10-25 19:00:58 +01:00 committed by Mahmoud Al-Qudsi
parent a34b9036ba
commit cbc40842e2

View File

@ -3,3 +3,5 @@ if command -sq pipenv
# 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