Instance Propertyvapor 4.106.2Vapor->ConsoleKitCommands
application
CommandContext+Application.swift:4var application: Application { get set }
var application: Application { get set }
s18ConsoleKitCommands14CommandContextV5VaporE11applicationAD11ApplicationCvp
What are these?
FNV24: [5RV9P]
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.
import ConsoleKitCommands
ConsoleKitCommands
provides utilities for handing commandline arguments in a Swift application. It provides Command
and AsyncCommand
types, as well as other supporting types, for processing commands with arguments, options, and flags.
struct CommandContext
A type-erased CommandContext
final class Application
Core type representing a Vapor application.