diff --git a/Sources/Examples/HelloWorld/Client/helloworldclient.swift b/Sources/Examples/HelloWorld/Client/main.swift similarity index 99% rename from Sources/Examples/HelloWorld/Client/helloworldclient.swift rename to Sources/Examples/HelloWorld/Client/main.swift index 62c0091f0..0849f7c66 100644 --- a/Sources/Examples/HelloWorld/Client/helloworldclient.swift +++ b/Sources/Examples/HelloWorld/Client/main.swift @@ -20,7 +20,6 @@ import HelloWorldModel import NIOCore import NIOPosix -@main @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) struct HelloWorld: AsyncParsableCommand { @Option(help: "The port to connect to") diff --git a/Sources/Examples/HelloWorld/Server/HelloWorldServer.swift b/Sources/Examples/HelloWorld/Server/main.swift similarity index 99% rename from Sources/Examples/HelloWorld/Server/HelloWorldServer.swift rename to Sources/Examples/HelloWorld/Server/main.swift index 3c0e17c26..9b22dfdc6 100644 --- a/Sources/Examples/HelloWorld/Server/HelloWorldServer.swift +++ b/Sources/Examples/HelloWorld/Server/main.swift @@ -20,7 +20,6 @@ import HelloWorldModel import NIOCore import NIOPosix -@main @available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) struct HelloWorld: AsyncParsableCommand { @Option(help: "The port to listen on for new connections")