package reporters
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AnsiStateMachine(apply: (Int) => AnsiStateMachine) extends Product with Serializable
A state machine for filtering out ANSI escape codes from a character stream.
A state machine for filtering out ANSI escape codes from a character stream.
In addition to stripping out ANSI escape codes, we also strip out carriage return \r characters from Windows-style "\r\n" line breaks.
- class NoColorOutputStream extends OutputStream
- class NoColorPrintStream extends PrintStream
Value Members
- object AnsiStateMachine extends Serializable
- object Docs
- object JsonFormatters
- object Levenshtein