func Execute()

in tools/mconnect/commands/root/root.go [63:68]


func Execute() {
	err := RootCmd.Execute()
	if err != nil {
		os.Exit(1)
	}
}