INNER CODE UNIT · Go

main

argoproj/argo-events · hack/main.go:7

func main() {
	switch os.Args[1] {
	case "cleancrd":
		cleanCRD(os.Args[2])
	default:
		panic(os.Args[1])
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…