RunSettings
public class RunSettings
Settings to costumize the run function
-
If set to true, the command wont be run on the system, the stdout will contain the command executed
Declaration
Swift
public var dryRun = false
-
Which parts of the command to be echoed during execution
Declaration
Swift
public var echo = EchoSettings.None
-
Run the command in interactive mode; output wont be captured
Declaration
Swift
public var interactive = false