In returns the input stream the cli will use
()
| 90 | |
| 91 | // In returns the input stream the cli will use |
| 92 | func (c *FakeCli) In() *streams.In { |
| 93 | return c.in |
| 94 | } |
| 95 | |
| 96 | // ConfigFile returns the cli configfile object (to get client configuration) |
| 97 | func (c *FakeCli) ConfigFile() *configfile.ConfigFile { |
no outgoing calls