duckscriptsdk 0.11.1

The duckscript SDK.
Documentation
```sh
remove_command name
```

Removes a command and all its aliases.

### Parameters

The command or alias name to remove.

### Return Value

A true/false value in case a command was removed.

### Examples

```sh
remove_command set
```