vertx / io.vertx.core.cli / UsageMessageFormatter / buildWrapped

buildWrapped

open fun buildWrapped(buffer: StringBuilder, text: String): Unit

Builds the specified text to the specified buffer.

Parameters

buffer - The buffer to write the help to

text - The text to be written to the buffer

open fun buildWrapped(buffer: StringBuilder, nextLineTabStop: Int, text: String): Unit

Builds the specified text to the specified buffer.

Parameters

buffer - The buffer to write the help to

nextLineTabStop - The position on the next line for the first tab.

text - The text to be written to the buffer