ProcessBuilder
public protocol ProcessBuilder
Type for builders that creates instances of Process for command execution.
-
Creates a new
Processinstance to execute specified command.Declaration
Swift
func create(_ command: String) -> ProcessParameters
commandThe command to execute.
Return Value
A new process instance.
View on GitHub
ProcessBuilder Protocol Reference