StopProgressIndicator stops the progress indicator.
()
| 56 | |
| 57 | // StopProgressIndicator stops the progress indicator. |
| 58 | func (a *App) StopProgressIndicator() { |
| 59 | a.io.StopProgressIndicator() |
| 60 | } |
| 61 | |
| 62 | func (a *App) RunWithProgress(label string, run func() error) error { |
| 63 | return a.io.RunWithProgress(label, run) |
no test coverage detected