()
| 230 | } |
| 231 | |
| 232 | func (s *IOStreams) StartProgressIndicator() { |
| 233 | s.StartProgressIndicatorWithLabel("") |
| 234 | } |
| 235 | |
| 236 | func (s *IOStreams) StartProgressIndicatorWithLabel(label string) { |
| 237 | if !s.progressIndicatorEnabled { |
nothing calls this directly
no test coverage detected