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

unregisterCommandAwait

suspend fun CommandRegistry.unregisterCommandAwait(commandName: String): Unit

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

Parameters

commandName -

the command name

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