-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Fish completions with :4 and :0 as options #1279
Copy link
Copy link
Closed
Description
We recently enabled completions on goreleaser, and it works pretty well.
One of the issues we found, though, is that on fish it returns :4 as an option, e.g.:
If I choose :4 and keep pressing TAB, it will keep completing :0 forever:
Same happens for subcommands, e.g.:
I think it might be related to the fact that we do some "hacky" stuff to make release be the default command instead of root (is there a better way of doing that?): https://github.com/goreleaser/goreleaser/blob/master/cmd/root.go#L30-L32
Anyway, not sure how much of this is a bug, how much is expected and how much is us doing things wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


