Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing zsh globally adds paths to completion options introduced in v3.1.4 #458

Closed
maurerle opened this issue Nov 13, 2023 · 1 comment

Comments

@maurerle
Copy link

When installing argcomplete >= v3.1.4 globally, the default folder and file options are added (additionally to the useful completions).

(myenv) ➜  MYPROJECT git:(main) ✗ project --loglevel
myproject/        docker_configs/           LICENSES/               
logfile           Dockerfile                poetry.lock             
cli.py            docs/                     __pycache__/            
dist/             export/                                           
CRITICAL  WARNING  ERROR                                                    
NOTSET    FATAL    DEBUG  WARN  INFO  -- logging level used for file log 

Older Version and non-global works fine

pip install argcomplete==v3.1.3` and installing the tab completion, everything works fine.

So the fix here is probably missing something:
afdf75b

@evanunderscore
Copy link
Collaborator

Fixed in #463. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants