summaryrefslogtreecommitdiff
path: root/docs/yaml/objects
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/objects')
-rw-r--r--docs/yaml/objects/env.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/yaml/objects/env.yaml b/docs/yaml/objects/env.yaml
index d784c68b8..714da4fe4 100644
--- a/docs/yaml/objects/env.yaml
+++ b/docs/yaml/objects/env.yaml
@@ -82,3 +82,10 @@ methods:
description: The values to set
kwargs_inherit: env.append
+
+- name: unset
+ returns: void
+ since: 1.4.0
+ description: |
+ Unset the specified environment variable. If this variable does not exist,
+ nothing happens.