func main()

in mpdev/main.go [23:28]


func main() {
	cmd := cmd.GetMain()
	if err := cmd.Execute(); err != nil {
		os.Exit(1)
	}
}