diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-10-10 12:09:15 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-02-23 21:11:56 +0200 |
| commit | 138e0fe9841b44a6d0402b66bbd0c10966cfe87b (patch) | |
| tree | 6ef0d07b225a96880daed110ed94ff951d43c4c5 /docs/yaml/objects/env.yaml | |
| parent | db8246b3fc52994eac2cccd1416e64e36c3369e2 (diff) | |
| download | meson-138e0fe9841b44a6d0402b66bbd0c10966cfe87b.tar.gz | |
env.unset method
Diffstat (limited to 'docs/yaml/objects/env.yaml')
| -rw-r--r-- | docs/yaml/objects/env.yaml | 7 |
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. |
