AsyncMainProtocol
A type that can designate an AsyncParsableCommand
as the program’s entry point.
This declaration was deprecated in Swift 5.6: Use @main directly on your root `AsyncParsableCommand` type.
protocol AsyncMainProtocol
Browse conforming typesSee the AsyncParsableCommand
documentation for usage information.