Run
public struct Run : ParsableCommand
A command to run an application.
-
See
ParsableCommand
.Declaration
Swift
public static let configuration: CommandConfiguration
-
An application environment.
Declaration
Swift
@Option public var environment: String? { get set }
-
Initializes a new instance.
Declaration
Swift
public init()
-
Initializes a new instance with the environment of an application.
Declaration
Swift
public init(environment: String?)
Parameters
environment
The environment of an application.
-
See
ParsableCommand
.Declaration
Swift
public func run() throws