We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c28e commit 71e9b3dCopy full SHA for 71e9b3d
draft-4/CommandLineTool.yml
@@ -434,6 +434,18 @@ $graph:
434
doc: |
435
A path to a file whose contents must be piped into the command's
436
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.
449
- name: stdout
450
type: ["null", string, "#Expression"]
451
0 commit comments