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)
| 204 | // DefaultHost. |
| 205 | // Use for testing purposes only. |
| 206 | SetDefaultHost(host, source string) |
| 207 | } |
| 208 | |
| 209 | // AliasConfig defines an interface for managing command aliases. |
no outgoing calls