diff --git a/cmd/root.go b/cmd/root.go index 9b805c2a..dd742a3a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -164,7 +164,7 @@ func printVersion() { // Completion var completionFunctions = map[string]func(io.Writer) error{ "bash": rootCmd.GenBashCompletion, - "zsh": rootCmd.GenZshCompletion, // FIXME: zsh completion requires https://github.com/spf13/cobra/pull/899 due to square brackets in our help texts + "zsh": rootCmd.GenZshCompletion, "psh": rootCmd.GenPowerShellCompletion, "powershell": rootCmd.GenPowerShellCompletion, }