Skip to content

Commit 7fbf6fd

Browse files
authored
Merge pull request #32 from common-workflow-language/CommandLineTool.arguments_doc_clarification
CommandLineTool.arguments doc clarification
2 parents 0ee8436 + 1ca50b9 commit 7fbf6fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CommandLineTool.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ $graph:
7878
* Clarify behavior of `glob` for absolute paths and symlinks.
7979
* Clarify behavior of `glob` to include directories.
8080
* `secondaryFiles` can now be explicitly marked as `required` or not.
81+
* Clarify CommandLineTool.arguments documentation
8182
8283
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
8384
@@ -639,7 +640,10 @@ $graph:
639640
"_container": "@list"
640641
- name: arguments
641642
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.
643647
type:
644648
- "null"
645649
- type: array

0 commit comments

Comments
 (0)