aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKirill Isakov <bootctl@gmail.com>2022-04-20 11:28:21 +0600
committerEli Schwartz <eschwartz93@gmail.com>2022-04-20 20:53:19 -0400
commit39dd1ff9e83acfdc8c532604b20cb7b774727334 (patch)
tree6ba62dc2cbb2bc0ba98547b123c55352a93c8a0d /docs
parent33aa803521b2aa62688833842ea7eddb828e0e25 (diff)
downloadmeson-39dd1ff9e83acfdc8c532604b20cb7b774727334.zip
meson-39dd1ff9e83acfdc8c532604b20cb7b774727334.tar.gz
meson-39dd1ff9e83acfdc8c532604b20cb7b774727334.tar.bz2
vcs_tag: handle non-str / non-file arguments
This makes vcs_tag behave like other commands so it accepts not only string and file arguments, but also exe, custom_tgt, and external_program.
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 29ef7ea..b4aad12 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 | file]
+ type: list[exe | external_program | custom_tgt | file | str]
description: |
The command to execute, see [[custom_target]] for details
on how this command must be specified.
@@ -32,6 +32,8 @@ kwargs:
*(since 0.62.0)* [[@file]] is accepted.
+ *(since 0.63.0)* [[@custom_tgt]], [[@exe]], and [[@external_program]] are accepted.
+
input:
type: str
required: true