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

registerCommandsAwait

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

Suspending version of method io.vertx.ext.shell.command.CommandRegistry.registerCommands

Parameters

commands - the commands to register

Return

List

NOTE: This function has been automatically generated from io.vertx.ext.shell.command.CommandRegistry using Vert.x codegen.