Skip to content

STRUCT

CommandDescriptor

Contents

swift
public struct CommandDescriptor: Equatable

Command 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

NameDescription
commandThe command and its arguments to perform

init(command:)

swift
public init(command: String...)