Merge pull request #1994 from Novite5/master

"pipenv --completion" is obsoleted
pull/1997/head
Noah Gorny 2021-12-18 21:52:29 +02:00 committed by GitHub
commit 84383cb46b
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
if _command_exists pipenv; then
eval "$(pipenv --completion)"
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
fi