From 6f78695f8650ff10a5677b0a559be39006199505 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 22 Aug 2021 20:03:12 +0200 Subject: docs: added unset_variable() --- docs/yaml/functions/unset_variable.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/yaml/functions/unset_variable.yaml (limited to 'docs/yaml/functions') diff --git a/docs/yaml/functions/unset_variable.yaml b/docs/yaml/functions/unset_variable.yaml new file mode 100644 index 0000000..6231afe --- /dev/null +++ b/docs/yaml/functions/unset_variable.yaml @@ -0,0 +1,11 @@ +name: unset_variable +returns: void +since: 0.60.0 +description: | + Unsets a variable. + Referencing a variable which has been unset is an error until it has been set again. + +posargs: + varname: + type: str + description: The variable to unset. -- cgit v1.1