"pipenv --completion" is obsoleted

Reference: https://buildmedia.readthedocs.org/media/pdf/pipenv/latest/pipenv.pdf 4.2.18 Shell Completion
pull/1994/head
Novite5 2021-12-12 18:11:21 +08:00 committed by GitHub
parent 1882f50aa1
commit 1065d98dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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