"pipenv --completion" is obsoleted

Reference: https://buildmedia.readthedocs.org/media/pdf/pipenv/latest/pipenv.pdf 4.2.18 Shell Completion
This commit is contained in:
Novite5
2021-12-12 18:11:21 +08:00
committed by GitHub
parent 1882f50aa1
commit 1065d98dbe

View File

@@ -1,4 +1,4 @@
# shellcheck shell=bash
if _command_exists pipenv; then
eval "$(pipenv --completion)"
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
fi