aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/yaml/functions/vcs_tag.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/yaml/functions/vcs_tag.yaml b/docs/yaml/functions/vcs_tag.yaml
index 3d4a1c4..29ef7ea 100644
--- a/docs/yaml/functions/vcs_tag.yaml
+++ b/docs/yaml/functions/vcs_tag.yaml
@@ -22,7 +22,7 @@ description: |
kwargs:
command:
- type: list[str]
+ type: list[str | file]
description: |
The command to execute, see [[custom_target]] for details
on how this command must be specified.
@@ -30,6 +30,8 @@ kwargs:
This parameter is optional. If it is absent, Meson will try
its best to find a suitable default command.
+ *(since 0.62.0)* [[@file]] is accepted.
+
input:
type: str
required: true