Reference: https://buildmedia.readthedocs.org/media/pdf/pipenv/latest/pipenv.pdf 4.2.18 Shell Completion
5 lines
106 B
Bash
5 lines
106 B
Bash
# shellcheck shell=bash
|
|
if _command_exists pipenv; then
|
|
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
|
|
fi
|