| suspend fun CommandRegistry.registerCommandAwait(command: Command): CommandRegister a command | |
| suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>Register a list of commands. | |
| suspend fun CommandRegistry.unregisterCommandAwait(commandName: String): UnitUnregister a command. |