Structurevapor 4.114.1Vapor
Signature
RoutesCommand.swift:18struct 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 RoutesCommand
Displays all routes registered to the Application
’s Router
in an ASCII-formatted table.
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)