apk-tools-zsh-completion bug
Looks like I've found but in apk-tools-zsh-completion
.
I'm on edge
.
I try to install tree-sitter-python
So i type doas apk add tree-sitter-py
and press tab
to autocomplete it.
I get this result
> doas apk -i add tree-sitter-python-0.19.1_git20220207-r0
And if i try to install it I get error
> doas apk -i add tree-sitter-python-0.19.1_git20220207-r0
ERROR: unable to select packages:
tree-sitter-python-0.19.1_git20220207-r0 (no such package):
required by: world[tree-sitter-python-0.19.1_git20220207-r0]
BUT If i manually install it with this
> doas apk -i add tree-sitter-python
it works despite of it does not in completions results.
How to fix it?
Edited by Tim