Explorar o código

helpful server msg

Alexander Belanger %!s(int64=5) %!d(string=hai) anos
pai
achega
74e6b86be4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cli/cmd/start.go

+ 2 - 0
cli/cmd/start.go

@@ -299,6 +299,8 @@ func start(
 		return err
 	}
 
+	fmt.Println("Server ready: listening on localhost:8080")
+
 	agent.WaitForContainerStop(id)
 
 	return nil