duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
var = man command
```

Prints and returns the help documentation of the provided command.

### Parameters

The command name.

### Return Value

The help documentation or if not found, none.

### Examples

```sh
man set
```