eza-community / eza

A modern alternative to ls
https://eza.rocks
European Union Public License 1.2
11.36k stars 204 forks source link

bug: Autocompletion Crash on eza v0.18.20 with Zsh #1038

Closed aryklein closed 3 months ago

aryklein commented 3 months ago

Description:

Autocompletion (using tab tab) on eza version 0.18.20 running on Zsh crashes with the following error:

eza --binary --group --git Desk<tab><tab>
_eza:77: parse error near `\n'

Step to reproduce it:

Expected Behavior:

Autocompletion should work without errors.

Notes:

aryklein commented 3 months ago

This PR https://github.com/eza-community/eza/pull/1037 should fix this issue

cafkafk commented 3 months ago

This was fixed in latest release https://github.com/eza-community/eza/releases/tag/v0.18.21