Structurevapor 4.114.1Vapor
Signature
BootCommand.swift:10struct Signature
struct Signature
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
final class BootCommand
Boots the Application
then exits successfully.
init()
Create a new BootCommand
.
var help: String { get }
func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws
protocol CommandSignature : Sendable
The structure of the inputs that a command can take
protocol Sendable
init()
init(from input: inout CommandInput) throws
func outputHelp(help: String, using context: inout CommandContext)