Add todo to fish shell

This commit is contained in:
Evan Fiordeliso 2023-11-13 10:12:42 -05:00
parent 018a72256b
commit 31c4264e4f
1 changed files with 1 additions and 0 deletions

View File

@ -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 -}}