()
| 285 | } |
| 286 | |
| 287 | func (s *IOStreams) StartProgressIndicator() { |
| 288 | s.StartProgressIndicatorWithLabel("") |
| 289 | } |
| 290 | |
| 291 | func (s *IOStreams) StartProgressIndicatorWithLabel(label string) { |
| 292 | if !s.progressIndicatorEnabled { |
nothing calls this directly
no test coverage detected