Skip to content

Commit 0c275b4

Browse files
committed
clarify that outputBinding must not be set
1 parent c30b79f commit 0c275b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

draft-4/CommandLineTool.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ $graph:
424424
symbols: [ "cwl:stdout" ]
425425
docParent: "#CommandOutputParameter"
426426
doc: |
427-
Only valid as a `type` for an output.
427+
Only valid as a `type` for a `CommandLineTool` output with no
428+
`outputBinding` set.
428429
429430
The following
430431
```
@@ -453,7 +454,8 @@ $graph:
453454
symbols: [ "cwl:stderr" ]
454455
docParent: "#CommandOutputParameter"
455456
doc: |
456-
Only valid as a `type` for an output.
457+
Only valid as a `type` for a `CommandLineTool` output with no
458+
`outputBinding` set.
457459
458460
The following
459461
```

0 commit comments

Comments
 (0)