ENUM
Config.Script
Contents
swift
public enum Script: Codable, EquatableCases
script(_:)
swift
case script(_ script: ShellScript)plugin(_:)
swift
case plugin(_ plugin: ExecutablePlugin)Methods
script(_:isErrorIgnored:shellPath:)
swift
public static func script(
_ script: String,
isErrorIgnored: Bool = false,
shellPath: String? = nil
) -> Scriptplugin(name:executable:args:)
swift
public static func plugin(
name: String,
executable: String? = nil,
args: [String] = []
) -> ScriptCalling the executable plugin.
