Skip to content

Commit 576c8bd

Browse files
committed
Update doc strings
1 parent 1d78e62 commit 576c8bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sources/ShellOut.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)