zsh path completion not working when global options are used
Open
feature
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
When using beet commands with any global option the completion of paths doesn't work anymore. E.g.:
```
beet -v import /path/does/not/complete
```
If `-v` in above command is removed, path completion works flawlessly.
### Setup
* OS: Manjaro Linux
* Python version: 3.10.1
* beets version: git latest
* Turning off plugins made problem go away (yes/no): no
* zsh version: 5.8
Contributor guide
Assessment
This issue has not been assessed yet.