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)
| 212 | // DefaultHost. |
| 213 | // Use for testing purposes only. |
| 214 | SetDefaultHost(host, source string) |
| 215 | } |
| 216 | |
| 217 | // AliasConfig defines an interface for managing command aliases. |
no outgoing calls