AnsiConsoleAdapter

Provides an implementation of a ConsoleAdapter for an ANSI compatible console.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun print(line: String)

Print a line to standard output.

Link copied to clipboard
open override fun readln(): String

Read a line from standard input.