Skip to content

Commit 0bd621f

Browse files
committed
1 parent 9b3456a commit 0bd621f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CommandLineTool.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,14 @@ $graph:
159159
160160
fields:
161161
- name: position
162-
type: int?
163-
doc: "The sorting key. Default position is 0."
162+
type: [ int, Expression, string, "null" ]
163+
doc: |
164+
The sorting key. Default position is 0. If the inputBinding is
165+
associated with an input parameter, then the value of `self` in the
166+
expression will be the value of the input parameter. Input parameter
167+
defaults (as specified by the `InputParameter.default` field) must be
168+
applied before evaluating the expression. Expressions must return a
169+
single value of type int or a null.
164170
- name: prefix
165171
type: string?
166172
doc: "Command line prefix to add before the value."

0 commit comments

Comments
 (0)