actionless / pikaur

AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
GNU General Public License v3.0
875 stars 89 forks source link

zsh completion not working #805

Closed poslat-pismo closed 5 months ago

poslat-pismo commented 5 months ago
pikaur -Vq
Pikaur v1.21
Pacman v6.1.0 - libalpm v14.0.0 - pyalpm v0.10.6
Description:

zsh completion not working

Attached log:

zsh --version
zsh 5.9 (x86_64-pc-linux-gnu)

pikaur -S[TAB]
_arguments:comparguments:327: invalid argument:

pikaur -Q[TAB]
NOTHING

pikaur [TAB]
   --getpkgbuild -G  -- download PKGBUILDs from AUR or ABS
   --pkgbuild      -P    -- build local PKGBUILDs with AUR deps
actionless commented 5 months ago

apparently zsh update made the old completion files incompatible - feel free to update them if you're using zsh

poslat-pismo commented 5 months ago

fixed after python-argcomplete upgrade