Bash autocompletion warning: command substitution: ignored null byte in input
Affected Version
paru v2.1.0 - libalpm v16.0.1
Description
Tried to find issue or discussion, can't find. When I type `paru -S <some_package_name> and press TAB to complete it I get warning which mess up terminal.
Output
❯ paru -S gol-bash: warning: command substitution: ignored null byte in input
angci-lint
same problem, seems like the new version does not work correctly with bash completion
related: #1450
I tried your fix and it didn't work unfortunately, I still get the null byte error, unless it only works for the master branch, I applied it on v2.1.0
did you clear the corrupted cache with rm ~/.cache/paru/packages.aur and paru -Pc?
the cache is only refreshed when it's missing or the CompletionInterval timeout has passed
I just did and it works now, thanks! But looks like there was another PR on this issue already: #1449