Bash completion goes very wrong when using -w flag
Open
cabal-install: autocomplete
type: bug
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
I am using `cabal-install version 2.2.0.0`, when using the `-w` flag, autocompletion seems to go
quite wrong.
For example,
```
cabal new-build -w /rootgrep: ./*.cabal: No such file or directory
```
It seems that the completion actually works but this extra output is displayed in the middle of the path.
Contributor guide
Assessment
This issue has not been assessed yet.