GetContent returns the current area content.
()
| 27 | |
| 28 | // GetContent returns the current area content. |
| 29 | func (p *AreaPrinter) GetContent() string { |
| 30 | return p.content |
| 31 | } |
| 32 | |
| 33 | // WithRemoveWhenDone removes the AreaPrinter content after it is stopped. |
| 34 | func (p AreaPrinter) WithRemoveWhenDone(b ...bool) *AreaPrinter { |
no outgoing calls