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
1313// MARK: - API
1414
1515/**
16- * Run a shell command using Bash
16+ * Run a shell command
1717 *
1818 * - parameter command: The command to run
1919 * - parameter arguments: The arguments to pass to the command
2020 * - 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)
2221 * - parameter outputHandle: Any `FileHandle` that any output (STDOUT) should be redirected to
2322 * (at the moment this is only supported on macOS)
2423 * - parameter errorHandle: Any `FileHandle` that any error output (STDERR) should be redirected to
@@ -55,11 +54,10 @@ import Algorithms
5554}
5655
5756/**
58- * Run a pre-defined shell command using Bash
57+ * Run a pre-defined shell command
5958 *
6059 * - parameter command: The command to run
6160 * - 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)
6361 * - parameter outputHandle: Any `FileHandle` that any output (STDOUT) should be redirected to
6462 * - parameter errorHandle: Any `FileHandle` that any error output (STDERR) should be redirected to
6563 * - parameter environment: The environment for the command.
You can’t perform that action at this time.
0 commit comments