diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-27 18:37:21 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-28 13:44:27 +0200 |
commit | 6929477049c34c34627c6bba82b35f33c3c84fa0 (patch) | |
tree | 3c6ba49176abd33ca993ea031afdb5526d8c6c1a /EXPRESSIONS | |
parent | 8bbb5274b2779aae44a0c4f76da8df08cf63da84 (diff) | |
download | rules-cc-6929477049c34c34627c6bba82b35f33c3c84fa0.tar.gz |
rules: Fix field_artifacts/field_runfiles expressions' docs
Diffstat (limited to 'EXPRESSIONS')
-rw-r--r-- | EXPRESSIONS | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/EXPRESSIONS b/EXPRESSIONS index 3251f92..8ead00f 100644 --- a/EXPRESSIONS +++ b/EXPRESSIONS @@ -2,8 +2,8 @@ { "doc": ["Query list of artifacts from target_field's targets"] , "vars": ["fieldname", "transition"] , "vars_doc": - { "fieldname": "The name of the target_field to query." - , "transition": "The optional configuration transition for the targets." + { "fieldname": ["The name of the target_field to query."] + , "transition": ["The optional configuration transition for the targets."] } , "expression": { "type": "foreach" @@ -21,8 +21,8 @@ { "doc": ["Query and merge artifacts from target_field's targets"] , "vars": ["fieldname", "transition"] , "vars_doc": - { "fieldname": "The name of the target_field to query." - , "transition": "The optional configuration transition for the targets." + { "fieldname": ["The name of the target_field to query."] + , "transition": ["The optional configuration transition for the targets."] } , "imports": {"artifacts_list": "field_artifacts_list"} , "expression": @@ -34,8 +34,8 @@ { "doc": ["Query list of runfiles from target_field's targets"] , "vars": ["fieldname", "transition"] , "vars_doc": - { "fieldname": "The name of the target_field to query." - , "transition": "The optional configuration transition for the targets." + { "fieldname": ["The name of the target_field to query."] + , "transition": ["The optional configuration transition for the targets."] } , "expression": { "type": "foreach" @@ -53,8 +53,8 @@ { "doc": ["Query and merge runfiles from target_field's targets"] , "vars": ["fieldname", "transition"] , "vars_doc": - { "fieldname": "The name of the target_field to query." - , "transition": "The optional configuration transition for the targets." + { "fieldname": ["The name of the target_field to query."] + , "transition": ["The optional configuration transition for the targets."] } , "imports": {"runfiles_list": "field_runfiles_list"} , "expression": |