From 39dd1ff9e83acfdc8c532604b20cb7b774727334 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Wed, 20 Apr 2022 11:28:21 +0600 Subject: 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. --- docs/yaml/functions/vcs_tag.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/yaml/functions/vcs_tag.yaml b/docs/yaml/functions/vcs_tag.yaml index 29ef7ea0b..b4aad12c6 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 -- cgit v1.2.3