Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
ENUM
TargetScript.Script
Contents
tool(path:args:)
scriptPath(path:args:)
embedded(_:)
public enum Script: Equatable, Codable, Sendable
Specifies how to execute the target script
tool(path:args:)
case tool(path: String, args: [String])
scriptPath(path:args:)
case scriptPath(path: Path, args: [String])
embedded(_:)
case embedded(String)