Shell
struct Shell : ProcessBuilder
Basic implementation of ProcessBuilder, used to execute common shells.
-
Process builder that uses
/usr/bin/env.Declaration
Swift
public static var env: CLI.Shell -
Process builder that uses
bashshell.Declaration
Swift
public static var bash: CLI.Shell -
Process builder that uses
zshshell.Declaration
Swift
public static var zsh: CLI.Shell -
Declaration
Swift
public func create(_ command: String) -> Process
View on GitHub
Shell Structure Reference