File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,18 @@ $graph:
434434 doc : |
435435 A path to a file whose contents must be piped into the command's
436436 standard input stream.
437+ - name : stderr
438+ type : ["null", string, "#Expression"]
439+ doc : |
440+ Capture the command's standard error stream to a file written to
441+ the designated output directory.
442+
443+ If `stderr` is a string, it specifies the file name to use.
444+
445+ If `stderr` is an expression, the expression is evaluated and must
446+ return a string with the file name to use to capture stderr. If the
447+ return value is not a string, or the resulting path contains illegal
448+ characters (such as the path separator `/`) it is an error.
437449 - name : stdout
438450 type : ["null", string, "#Expression"]
439451 doc : |
You can’t perform that action at this time.
0 commit comments