Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + type Node struct + func New() Node + func NewWithStyle(style Style) Node + func (n Node) AddEmptyLine() + func (n Node) AddLine(text string) + func (n Node) Child(text string) Node + func (n Node) Childf(format string, args ...interface{}) Node + func (n Node) FormattedRows() []string + func (n Node) String() string + type Style int + const BulletStyle + const CompactStyle + const DefaultStyle