feedbackForCommand

fun feedbackForCommand(commandText: String)

The specified command string was just entered. Present it in the StreamStyle.COMMAND style. Force an extra leading new line to keep the text area from looking stupid. Also end with a new line. The passed command should not itself have a new line included.

Parameters

commandText

The command that was entered, with no leading or trailing line breaks.