File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ $graph:
78
78
* Clarify behavior of `glob` for absolute paths and symlinks.
79
79
* Clarify behavior of `glob` to include directories.
80
80
* `secondaryFiles` can now be explicitly marked as `required` or not.
81
+ * Clarify CommandLineTool.arguments documentation
81
82
82
83
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
83
84
@@ -639,7 +640,10 @@ $graph:
639
640
" _container " : " @list"
640
641
- name : arguments
641
642
doc : |
642
- Command line bindings which are not directly associated with input parameters.
643
+ Command line bindings which are not directly associated with input
644
+ parameters. If the value is a string, it is used as a string literal
645
+ argument. If it is an Expression, the result of the evaluation is used
646
+ as an argument.
643
647
type :
644
648
- " null"
645
649
- type : array
You can’t perform that action at this time.
0 commit comments