StartProgressIndicatorWithLabel starts a progress indicator with a message.
(s string)
| 51 | |
| 52 | // StartProgressIndicatorWithLabel starts a progress indicator with a message. |
| 53 | func (a *App) StartProgressIndicatorWithLabel(s string) { |
| 54 | a.io.StartProgressIndicatorWithLabel(s) |
| 55 | } |
| 56 | |
| 57 | // StopProgressIndicator stops the progress indicator. |
| 58 | func (a *App) StopProgressIndicator() { |
no test coverage detected