SetOut sets the stdout stream for the cli to the specified io.Writer
(out *streams.Out)
| 67 | |
| 68 | // SetOut sets the stdout stream for the cli to the specified io.Writer |
| 69 | func (c *FakeCli) SetOut(out *streams.Out) { |
| 70 | c.out = out |
| 71 | } |
| 72 | |
| 73 | // SetConfigFile sets the "fake" config file |
| 74 | func (c *FakeCli) SetConfigFile(configFile *configfile.ConfigFile) { |