class NonInteractiveCliktConsole : CliktConsole
NonInteractiveCliktConsole() |
val lineSeparator: String
The line separator to use. (Either "\n" or "\r\n") |
fun print(text: String, error: Boolean): Unit
Show some text to the user. |
|
fun promptForLine(prompt: String, hideInput: Boolean): String?
Show the prompt to the user, and return a line of their response. |