NewCounter returns a new progress counter. It is not shown if --quiet or --json is specified.
(description string)
| 8 | type Printer interface { |
| 9 | // NewCounter returns a new progress counter. It is not shown if --quiet or --json is specified. |
| 10 | NewCounter(description string) *Counter |
| 11 | // NewCounterTerminalOnly returns a new progress counter that is only shown if stdout points to a |
| 12 | // terminal. It is not shown if --quiet or --json is specified. |
| 13 | NewCounterTerminalOnly(description string) *Counter |
no outgoing calls
no test coverage detected