So I'm using the fish shell, and the autocompletion feature is broken. When you press `tab` after typing nala, what **should** happen is that the suggested commands show up, with a description of the command parameter. Example, pressing `tab` after `nala` returns: ``` nala autopurge\ \ \ \ \ \ \ Autopurge\ packages\ that\ are\ no\ longer\ needed. ``` So I can't use the `tab` autocompletion, or have to manually delete all the extra text at the end.
I started looking into this. If you try to use completion on `nala install/remove` it will work, but basically everything else does not. I tracked the issue down until I realize it's not in Nala and it's in typer itself. I searched after I realized what the problem was and it seems like someone already has an issue opened. https://github.com/fastapi/typer/pull/1069 I also use sid, and this is very easy to reproduce on my machine after running fish.
I think you can close this now. The bug is no longer present on Debian sid.