abra autocomplete fish downloads zsh files instead
#261
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
abra autocomplete fishgets zsh configuration filesSteps to reproduce
abra autocomplete fishDescribe the expected behavior
If fish is claimed to be supported, it should install fish configurations; if fish is not intended to be supported it should not list it as a possibility.
Any idea how this might be fixed?
Additional information
abra version 0.3.1-alpha-rc2-a7ebcd8fish autocompletion is not supported (and probably won't be unfortunately), because the library that abra is built around doesn't support it, as can be seen here: https://github.com/urfave/cli/blob/master/docs/v2/manual.md#bash-completion
The docs (https://docs.coopcloud.tech/abra/) mention fizsh, which is a front-end to zsh: https://github.com/zsh-users/fizsh. If there's a mention of fish completion somewhere else please let me know and I'll remove it! Sorry for confusion :)