Merge pull request #1994 from Novite5/master
"pipenv --completion" is obsoleted
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user