aura icon indicating copy to clipboard operation
aura copied to clipboard

"command not found" when tab-completing aura -D

Open LogExE opened this issue 2 years ago • 8 comments
trafficstars

when i try to use tab-completion on aura -D, it gives me this message:

_aura_comp:20: command not found: _aura_action_database

when it should give list of options to -D flag instead

LogExE avatar Jul 15 '23 06:07 LogExE

What shell do you use?

fosskers avatar Jul 18 '23 00:07 fosskers

zsh

LogExE avatar Jul 18 '23 03:07 LogExE

Thank you, I will confirm this when I'm able.

fosskers avatar Jul 18 '23 09:07 fosskers

I can confirm this. It works fine on bash, but not zsh.

$ aura -D_aura_comp:20: command not found: _aura_action_database
_aura_comp:20: command not found: _aura_action_database
_aura_comp:20: command not found: _aura_action_database
aura   

alex3236 avatar Oct 22 '23 03:10 alex3236

Thanks for the confirmation. The ZSH completions haven't been updated in some time, but they look fairly straight-forward. Either a manual tweak or a recopy of pacman's should fix it.

fosskers avatar Oct 23 '23 03:10 fosskers

zsh completions have been reworked.

fosskers avatar Jul 31 '24 03:07 fosskers