-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Hello,
in Fedora, we got a report from the PHP maintainer that globally installed argcomplete bash completion interferes with completion of some PHP scripts.
To reproduce with pip-installed argcomplete, you need to have some PHP scripts installed. E.g. pie on Fedora 41:
$ podman run --rm -ti fedora:41 /usr/bin/bash
...
# dnf -y install bash-completion pip pie
...
# bash # this is needed to make bash-completion of pie work
# pie lis[tab] # completes to: pie list
# pip install argcomplete
...
Successfully installed argcomplete-3.6.2
...
# activate-global-python-argcomplete
...
# exit
# bash
# pie lis[tab] # completes to nothing
Metadata
Metadata
Assignees
Labels
No labels