MCPcopy
hub / github.com/pterm/pterm / Println

Method Println

interface_text_printer.go:28–28  ·  view source on GitHub ↗

Println formats using the default formats for its operands and writes to standard output. Spaces are always added between operands and a newline is appended. It returns the number of bytes written and any write error encountered.

(a ...any)

Source from the content-addressed store, hash-verified

26 // Spaces are always added between operands and a newline is appended.
27 // It returns the number of bytes written and any write error encountered.
28 Println(a ...any) *TextPrinter
29
30 // Printf formats according to a format specifier and writes to standard output.
31 // It returns the number of bytes written and any write error encountered.

Implementers 9

CenterPrintercenter_printer.go
BasicTextPrinterbasic_text_printer.go
PrefixPrinterprefix_printer.go
HeaderPrinterheader_printer.go
BoxPrinterbox_printer.go
ParagraphPrinterparagraph_printer.go
RGBStylergb.go
RGBrgb.go
SectionPrintersection_printer.go

Calls

no outgoing calls