remove fixed FIXME :)
This commit is contained in:
parent
374d9d16d7
commit
2d6a67822c
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user