vertx / io.vertx.kotlin.ext.shell.command / io.vertx.ext.shell.command.CommandRegistry / registerCommandsAwait

registerCommandsAwait

suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>

Register a list of commands.

Parameters

commands - the commands to register

completionHandler - notified when the command is registered

Returna
reference to this, so the API can be used fluently *