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

registerCommandAwait

suspend fun CommandRegistry.registerCommandAwait(command: Command): Command

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

Parameters

command - the command to register

Return

Command

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