duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
unset_env key
```

Removes the environment variable defined by the provided key.

### Parameters

The name of the environment variable to remove

### Return Value

None

### Examples

```sh
unset_env HOME
```