MCPcopy
hub / github.com/pterm/pterm / Render

Method Render

bigtext_printer.go:130–135  ·  view source on GitHub ↗

Render prints the BigText to the terminal.

()

Source from the content-addressed store, hash-verified

128
129// Render prints the BigText to the terminal.
130func (p BigTextPrinter) Render() error {
131 s, _ := p.Srender()
132 Fprintln(p.Writer, s)
133
134 return nil
135}
136
137// DefaultBigText contains default values for BigTextPrinter.
138var DefaultBigText = BigTextPrinter{

Callers 1

Calls 2

SrenderMethod · 0.95
FprintlnFunction · 0.85

Tested by 1