()
| 297 | } |
| 298 | |
| 299 | func (s *IOStreams) StartProgressIndicator() { |
| 300 | s.StartProgressIndicatorWithLabel("") |
| 301 | } |
| 302 | |
| 303 | func (s *IOStreams) StartProgressIndicatorWithLabel(label string) { |
| 304 | if !s.progressIndicatorEnabled { |
nothing calls this directly
no test coverage detected