Versions in this module Expand all Collapse all v0 v0.2.0 Dec 29, 2023 Changes in this version + type Renderer interface + Display func(any) string + type RendererOptions struct + ListNodes bool + type TTY struct + Options RendererOptions + func NewTTY() *TTY + func (tty *TTY) Display(result any) string