open fun buildWrapped(buffer: StringBuilder, text: String): Unit
Builds the specified text to the specified buffer.
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.
buffer - The buffer to write the help to
nextLineTabStop - The position on the next line for the first tab.