STRUCT
CommandDescriptor
Contents
- Properties
command
- Methods
init(command:)init(command:)
swift
public struct CommandDescriptor: EquatableCommand Descriptor
Describes a command that needs to be executed as part of generating a project or workspace.
- seealso:
SideEffectsDescriptor
Properties
command
swift
public var command: [String]Methods
init(command:)
swift
public init(command: [String])Creates a command descriptor
- Parameter command: The command and its arguments to perform
Parameters
| Name | Description |
|---|---|
| command | The command and its arguments to perform |
init(command:)
swift
public init(command: String...)