MCPcopy
hub / github.com/pterm/pterm / GenericStop

Method GenericStop

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

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

()

Source from the content-addressed store, hash-verified

13 // This is used for the interface LivePrinter.
14 // You most likely want to use Stop instead of this in your program.
15 GenericStop() (*LivePrinter, error)
16
17 SetWriter(writer io.Writer)
18}

Implementers 4

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

Calls

no outgoing calls