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

unregisterCommandAwait

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

Unregister a command.

Parameters

commandName - the command name

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