SetOut sets standard output. Should be called before BaseCommandSet.
(out io.Writer)
| 373 | |
| 374 | // SetOut sets standard output. Should be called before BaseCommandSet. |
| 375 | func (c *CLI) SetOut(out io.Writer) { c.out = out } |
| 376 | |
| 377 | type benchOpts struct { |
| 378 | DatabaseURL string |
no outgoing calls