OutBuffer returns the stdout buffer
()
| 142 | |
| 143 | // OutBuffer returns the stdout buffer |
| 144 | func (c *FakeCli) OutBuffer() *bytes.Buffer { |
| 145 | return c.outBuffer |
| 146 | } |
| 147 | |
| 148 | // ErrBuffer Buffer returns the stderr buffer |
| 149 | func (c *FakeCli) ErrBuffer() *bytes.Buffer { |