mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:46:10 +08:00
Complete pipenv run
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user