suspend fun CommandRegistry.unregisterCommandAwait(commandName: String): Unit
Unregister a command.
commandName
- the command name
completionHandler
- notified when the command is unregistered
Returna
reference to this, so the API can be used fluently *