SetIn sets the input of the cli to the specified ReadCloser
(in *streams.In)
| 55 | |
| 56 | // SetIn sets the input of the cli to the specified ReadCloser |
| 57 | func (c *FakeCli) SetIn(in *streams.In) { |
| 58 | c.in = in |
| 59 | } |
| 60 | |
| 61 | // SetErr sets the stderr stream for the cli to the specified io.Writer |
| 62 | func (c *FakeCli) SetErr(err *streams.Out) { |
no outgoing calls