From 31c4264e4f8e21ccdaa92e5f7fb2f20cc022a8fa Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Mon, 13 Nov 2023 10:12:42 -0500 Subject: [PATCH] Add todo to fish shell --- completions_fish.go | 1 + 1 file changed, 1 insertion(+) 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 -}}