/
/
opt
/
alt
/
python313
/
share
/
bash-completion
/
completions
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/opt/alt/python313/share/bash-completion/completions
Edit:
/opt/alt/python313/share/bash-completion/completions/pip3
# pip bash completion start _pip3_completion() { COMPREPLY=( $( COMP_WORDS="${COMP_WORDS[*]}" \ COMP_CWORD=$COMP_CWORD \ PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) } complete -o default -F _pip3_completion pip pip{,-}{3,3.13}} # pip bash completion end
Ukuran: 293 B