It was parsing wrong values and exiting early.
Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>
Differential D12350
Fix zsh completions in tealdeer Authored by YakoYakoYokuYoku on Nov 20 2021, 1:00 AM. Tags None Referenced Files
Subscribers
Details
It was parsing wrong values and exiting early. Signed-off-by: Martin Reboredo <yakoyoku@gmail.com> Completed some command sequences in zsh.
Diff Detail
Event TimelineComment Actions Let's use official patch from https://github.com/dbrgn/tealdeer/commit/071680800a875357aa2f798eac0b080d7188345c.patch Comment Actions The commit describes an inexistent -L option for this version. $ tldr -L en tldr
> Unknown flag: '-L'So I'm afraid that we have to use the patch as is, the only difference is that it has the -L --language line removed. |