(err error)
| 275 | } |
| 276 | |
| 277 | func (c *Cli) PrintBatchError(err error) { |
| 278 | fmt.Fprintf(c.ErrStream, "ERROR: %s\n", err) |
| 279 | } |
| 280 | |
| 281 | func (c *Cli) PrintResult(result *Result, mode DisplayMode, interactive bool) { |
| 282 | printResult(c.OutStream, result, mode, interactive, c.Verbose) |