suspend fun CommandRegistry.registerCommandAwait(command: Command): Command
Suspending version of method io.vertx.ext.shell.command.CommandRegistry.registerCommand |
|
suspend fun CommandRegistry.registerCommandsAwait(commands: List<Command>): List<Command>
Suspending version of method io.vertx.ext.shell.command.CommandRegistry.registerCommands |
|
suspend fun CommandRegistry.unregisterCommandAwait(commandName: String): Unit
Suspending version of method io.vertx.ext.shell.command.CommandRegistry.unregisterCommand |