Skip to content

Commit c03f8d2

Browse files
committed
CommandLineTool.arguments doc clarification
1 parent 0ee8436 commit c03f8d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CommandLineTool.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,10 @@ $graph:
639639
"_container": "@list"
640640
- name: arguments
641641
doc: |
642-
Command line bindings which are not directly associated with input parameters.
642+
Command line bindings which are not directly associated with input
643+
parameters. If the value is a string, it is used as a string literal
644+
argument. If it is an Expression, the result of the evaluation is used
645+
as an argument.
643646
type:
644647
- "null"
645648
- type: array

0 commit comments

Comments
 (0)