suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>
Register a list of commands.
commands
- the commands to register
completionHandler
- notified when the command is registered
Returna
reference to this, so the API can be used fluently *