aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/objects/external_program.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/objects/external_program.yaml')
-rw-r--r--docs/yaml/objects/external_program.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/yaml/objects/external_program.yaml b/docs/yaml/objects/external_program.yaml
index 02bf48f..f406477 100644
--- a/docs/yaml/objects/external_program.yaml
+++ b/docs/yaml/objects/external_program.yaml
@@ -24,6 +24,14 @@ methods:
run_command(find_program('foo'), 'arg1', 'arg2')
```
+- name: version
+ returns: str
+ since: 0.62.0
+ description: |
+ The version number as a string, for example `1.2.8`.
+
+ `unknown` if the program cannot determine the version via a `--version` argument.
+
- name: full_path
returns: str
since: 0.55.0