Skip to content

STRUCT

Config.ExecutablePlugin

Contents

swift
public struct ExecutablePlugin: Codable, Equatable

Properties

name

swift
public let name: String

Name of the plugin

executable

swift
public let executable: String?

Name of the executable file

args

swift
public let args: [String]

Arguments for the executable file

Methods

init(name:executable:args:)

swift
public init(
    name: String,
    executable: String?,
    args: [String]
)