Package-level declarations

Types

Link copied to clipboard
class ANSITerminal(useStdErr: Boolean = false) : StateTerminal

Terminal implementation that uses ANSI escape codes for colored output.

Link copied to clipboard

Enumeration of content styling types for terminal output.

Link copied to clipboard
class MarkdownTerminal(useStdErr: Boolean = false) : StateTerminal

Terminal implementation that outputs Markdown-formatted text.

Link copied to clipboard
class PlainTerminal(useStdErr: Boolean = false) : Terminal

Terminal implementation that outputs plain text without any formatting.

Link copied to clipboard
abstract class StateTerminal : Terminal

Base class for terminal implementations that maintain formatting state.

Link copied to clipboard
class StringTerminal(infoColumn: Int?) : Terminal
Link copied to clipboard
interface Terminal

Interface for terminal output with pluggable styling support.