Package-level declarations
Types
Link copied to clipboard
object ConsoleAnsiFormatter
Converts section/ampersand color codes and hex color markup to ANSI escape sequences.
Link copied to clipboard
class ConsoleInputService(dispatcher: CommandDispatcher, sender: CommandSender, historyPath: Path, prompt: String, historyLimit: Int = 50, interruptCommand: String = "stop") : AutoCloseable
Reads console input and dispatches commands.
Link copied to clipboard
object StartupBanner