Package-level declarations
Types
The base class for prompts.
A base class for terminal interfaces that prints using standard kotlin.io
functions.
A Prompt that returns the user input unchanged.
Detect information about the current terminal.
A provider for a TerminalInterface.
A TerminalInterface that records all output and allows you to provide input.
A boolean prompt that asks for a yes or no response.
Functions
Print a line styled with the theme's Theme.danger style.
Print a line styled with the theme's Theme.info style.
Print a line styled with the theme's Theme.muted style.
Render the contents of this TerminalRecorder as an HTML document.
Print a prompt to the user and return the value they enter.
Print a line styled with the theme's Theme.success style.
Print a line styled with the theme's Theme.warning style.