From 0e22b00ca394f84689919e443788a940479b9170 Mon Sep 17 00:00:00 2001 From: Hongyi Zhao Date: Sun, 15 Mar 2020 14:27:28 +0800 Subject: [PATCH] All of these codes are shipped within officical pip distribution. There is no need to make the things complicated. --- completion/available/pip.completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/completion/available/pip.completion.bash b/completion/available/pip.completion.bash index dbc1529f..91bddf88 100644 --- a/completion/available/pip.completion.bash +++ b/completion/available/pip.completion.bash @@ -1,5 +1,6 @@ # https://pip.pypa.io/en/stable/user_guide/#command-completion +# All of these codes are shipped within officical pip distribution. # Use the following commands to obtain these completion codes: #pip completion --bash #pip3 completion --bash