STRUCT
Config.ExecutablePlugin
Contents
- Properties
nameexecutableargs
- Methods
init(name:executable:args:)
swift
public struct ExecutablePlugin: Codable, EquatableProperties
name
swift
public let name: StringName 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]
)