MCPcopy
hub / github.com/pterm/pterm / GenericStart

Method GenericStart

interface_live_printer.go:10–10  ·  view source on GitHub ↗

GenericStart runs Start, but returns a LivePrinter. This is used for the interface LivePrinter. You most likely want to use Start instead of this in your program.

()

Source from the content-addressed store, hash-verified

8 // This is used for the interface LivePrinter.
9 // You most likely want to use Start instead of this in your program.
10 GenericStart() (*LivePrinter, error)
11
12 // GenericStop runs Stop, but returns a LivePrinter.
13 // This is used for the interface LivePrinter.

Implementers 4

SpinnerPrinterspinner_printer.go
AreaPrinterarea_printer.go
MultiPrintermulti_live_printer.go
ProgressbarPrinterprogressbar_printer.go

Calls

no outgoing calls