mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Complete pipenv run
This commit is contained in:
committed by
Mahmoud Al-Qudsi
parent
a34b9036ba
commit
cbc40842e2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user