From 33aa803521b2aa62688833842ea7eddb828e0e25 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Wed, 20 Apr 2022 11:04:40 +0600 Subject: vcs_tag: document the already supported file arg --- docs/yaml/functions/vcs_tag.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/yaml/functions') 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 -- cgit v1.1