"pipenv --completion" is obsoleted
Reference: https://buildmedia.readthedocs.org/media/pdf/pipenv/latest/pipenv.pdf 4.2.18 Shell Completionpull/1994/head
parent
1882f50aa1
commit
1065d98dbe
|
|
@ -1,4 +1,4 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
if _command_exists pipenv; then
|
if _command_exists pipenv; then
|
||||||
eval "$(pipenv --completion)"
|
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue