File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ $graph:
57
57
* Fixed typo "EMACScript" to "ECMAScript"
58
58
* Clarified application of input parameter default values when the input is `null` or undefined.
59
59
* Clarified valid types and meaning of the format field on inputs versus outputs
60
+ * Clarify that command line arguments must not interpreted as shell except when shellQuote: false
60
61
61
62
Since draft-3, v1.0 introduces the following changes and additions
62
63
to the CWL Command Line Tool standard:
@@ -226,6 +227,9 @@ $graph:
226
227
this controls whether the value is quoted on the command line (default is true).
227
228
Use `shellQuote: false` to inject metacharacters for operations such as pipes.
228
229
230
+ If `shellQuote` is true or not provided, the implementation must not
231
+ permit interpretation of any shell metacharacters or directives.
232
+
229
233
- type : record
230
234
name : CommandOutputBinding
231
235
extends : OutputBinding
You can’t perform that action at this time.
0 commit comments