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

Extensions for io.vertx.ext.shell.command.CommandRegistry

registerCommandAwait

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

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

registerCommandsAwait

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

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

unregisterCommandAwait

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

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