diff --git a/completions_fish.go b/completions_fish.go index 8e0228d..fd6ab09 100644 --- a/completions_fish.go +++ b/completions_fish.go @@ -14,6 +14,7 @@ func WriteFishCompletions(out io.Writer, rootCmd *Command) error { }) } +// TODO: Fix fish infinitely completing last command at the end of the command chain var fishTpl = template.Must(template.New("fish").Funcs(tplFuncs).Parse(` {{- $rootCmd := .RootCmd -}} {{- $progName := $rootCmd.Name -}}