[bug] shell autocomplete no longer works #8
-
I'm not sure if this is a bug. In 0940607 (v0.1.12), autocomplete for zsh, bash, and fish no longer works on my computer. Both building from source and downloading from releases have this problem. I use EnvironmentLinux yuioto 6.7.3-zen1-2-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 02 Feb 2024 17:03:56 +0000 x86_64 GNU/Linux build: fav-bin version: OS: ArchLinux |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry, I'm refactoring now, and made so many mistakes. The reason is that I put CLI relative codes into a independent crate And I also forget to increase version number. I'll write more tests later after refactor. |
Beta Was this translation helpful? Give feedback.
Sorry, I'm refactoring now, and made so many mistakes.
The reason is that I put CLI relative codes into a independent crate
fav_utils
, leading CLI's completion work forfav_utils
instead offav
.And I also forget to increase version number.
I'll write more tests later after refactor.