Skip to content

Commit cd6678f

Browse files
committed
Update README
1 parent 727e214 commit cd6678f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pass `command`, `execCommand` and `args` as options. This will call the respecti
111111
An array can be passed to add more than one value for a key, e.g. `addArg('--exclude', array('val1','val2'))`
112112
which will create the option "--exclude 'val1' 'val2'".
113113
* `$escape`: If set, this overrides the `$escapeArgs` setting and enforces escaping/no escaping
114-
* `setStdIn()`: String to supply command via standard input.
114+
* `setStdIn()`: String or resource to supply to command via standard input.
115115
* `getOutput()`: The command output as string. Empty if none.
116116
* `getError()`: The error message, either stderr or internal message. Empty if no error.
117117
* `getStdErr()`: The stderr output. Empty if none.

0 commit comments

Comments
 (0)