Open
public struct Open : ParsableCommand
Opens an application on Xcode.
-
See
ParsableCommand
.Declaration
Swift
public static let configuration: CommandConfiguration
-
Undocumented
Declaration
Swift
@Option public var name: String? { get set }
-
Initializes a new instance with the name of an application.
Declaration
Swift
public init(name: String?)
Parameters
name
The name of an application.
-
Initializes a new instance.
Declaration
Swift
public init()
-
See
ParsableCommand
.Declaration
Swift
public func run() throws