bind

fun bind(name: String, command: Command)

Registers a Command with the given name.

Parameters

name

The name to register the Command under.

command

The Command to register.