(str string, i ...interface{})
| 134 | } |
| 135 | |
| 136 | func (p *Printer) PrintfError(str string, i ...interface{}) { |
| 137 | p.Print(ColorRedBold.Sprintf(str, i...)) |
| 138 | } |
| 139 | |
| 140 | func (p *Printer) OverrideHumanOutput(out io.Writer) { |
| 141 | p.humanOutOverride = out |
no test coverage detected