suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>
Suspending version of method io.vertx.ext.shell.command.CommandRegistry.registerCommands
commands
- the commands to register
Return
NOTE: This function has been automatically generated from io.vertx.ext.shell.command.CommandRegistry using Vert.x codegen.