Skip to content

Commit 71e9b3d

Browse files
committed
add stderr object
1 parent 347c28e commit 71e9b3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

draft-4/CommandLineTool.yml

+12
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)