ShellTool
Tools.swift:113struct ShellTool
Citizens in LLBuildManifest
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol ToolProtocol
Type members
Instance members
var allowMissingInputs: Bool
var arguments: [String]
var description: String
var environment: Environment
var inputs: [Node]
var outputs: [Node]
var workingDirectory: String?
func write(to: inout ManifestToolStream
)