remove fixed FIXME :)

This commit is contained in:
iwilltry42 2020-06-05 14:29:01 +02:00
parent 374d9d16d7
commit 2d6a67822c
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

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