summaryrefslogtreecommitdiff
path: root/EXPRESSIONS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-04-27 18:37:21 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-04-28 13:44:27 +0200
commit6929477049c34c34627c6bba82b35f33c3c84fa0 (patch)
tree3c6ba49176abd33ca993ea031afdb5526d8c6c1a /EXPRESSIONS
parent8bbb5274b2779aae44a0c4f76da8df08cf63da84 (diff)
downloadrules-cc-6929477049c34c34627c6bba82b35f33c3c84fa0.tar.gz
rules: Fix field_artifacts/field_runfiles expressions' docs
Diffstat (limited to 'EXPRESSIONS')
-rw-r--r--EXPRESSIONS16
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":