commit
8d7a9cc1bb
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
# pip bash completion start
|
||||||
|
_pip_completion()
|
||||||
|
{
|
||||||
|
COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \
|
||||||
|
COMP_CWORD=$COMP_CWORD \
|
||||||
|
PIP_AUTO_COMPLETE=1 $1 ) )
|
||||||
|
}
|
||||||
|
complete -o default -F _pip_completion pip
|
||||||
|
# pip bash completion end
|
||||||
|
|
||||||
Loading…
Reference in New Issue