SetDefaultHost will override any host resolution and return the given host and source for all calls to DefaultHost. Use for testing purposes only.
(host, source string)
| 168 | // DefaultHost. |
| 169 | // Use for testing purposes only. |
| 170 | SetDefaultHost(host, source string) |
| 171 | } |
| 172 | |
| 173 | // AliasConfig defines an interface for managing command aliases. |
no outgoing calls