aboutsummaryrefslogtreecommitdiff
path: root/api/builtins.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'api/builtins.yaml')
-rw-r--r--api/builtins.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/api/builtins.yaml b/api/builtins.yaml
index 764a1bd4..af7c9319 100644
--- a/api/builtins.yaml
+++ b/api/builtins.yaml
@@ -157,9 +157,10 @@ setenv:
description: >
The name of the environment variable to set.
value:
- type: 'Text'
+ type: 'Text?'
description: >
- The new value of the environment variable.
+ The new value of the environment variable. If `none`, then the
+ environment variable will be unset.
example: |
setenv("FOOBAR", "xyz")