Closed
Description
Hi!
I would like to have completions support for the shell fish
. As far as I can tell cobra
already has support for generating completions for fish
(cmd.Root().GenFishCompletion(w io.Writer, includeDesc bool)
) in a similar way as it's currently generated for bash
.
Is this something you would like to have included in the project? Why/Why not?
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
hangyan commentedon Aug 5, 2021
Sounds a good idea. Will try.
top commentedon Aug 11, 2021
#1412
It's now supported.
hangyan commentedon Aug 11, 2021
close by #1412. Thanks @top