Add todo to fish shell
This commit is contained in:
parent
018a72256b
commit
31c4264e4f
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue