File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,11 @@ import Algorithms
13
13
// MARK: - API
14
14
15
15
/**
16
- * Run a shell command using Bash
16
+ * Run a shell command
17
17
*
18
18
* - parameter command: The command to run
19
19
* - parameter arguments: The arguments to pass to the command
20
20
* - parameter path: The path to execute the commands at (defaults to current folder)
21
- * - parameter process: Which process to use to perform the command (default: A new one)
22
21
* - parameter outputHandle: Any `FileHandle` that any output (STDOUT) should be redirected to
23
22
* (at the moment this is only supported on macOS)
24
23
* - parameter errorHandle: Any `FileHandle` that any error output (STDERR) should be redirected to
@@ -55,11 +54,10 @@ import Algorithms
55
54
}
56
55
57
56
/**
58
- * Run a pre-defined shell command using Bash
57
+ * Run a pre-defined shell command
59
58
*
60
59
* - parameter command: The command to run
61
60
* - parameter path: The path to execute the commands at (defaults to current folder)
62
- * - parameter process: Which process to use to perform the command (default: A new one)
63
61
* - parameter outputHandle: Any `FileHandle` that any output (STDOUT) should be redirected to
64
62
* - parameter errorHandle: Any `FileHandle` that any error output (STDERR) should be redirected to
65
63
* - parameter environment: The environment for the command.
You can’t perform that action at this time.
0 commit comments