INNER CODE UNIT · Go
main
danielfoehrKn/kubeswitch · cmd/main.go:24
func main() {
rootCommand := switcher.NewCommandStartSwitcher()
if err := rootCommand.Execute(); err != nil {
fmt.Print(err)
os.Exit(1)
}
}
INNER CODE UNIT · Go
danielfoehrKn/kubeswitch · cmd/main.go:24
func main() {
rootCommand := switcher.NewCommandStartSwitcher()
if err := rootCommand.Execute(); err != nil {
fmt.Print(err)
os.Exit(1)
}
}