package cmd import "fmt" func ZshCompletions() { fmt.Println("Not implemented yet!") }