Set provides primitive access for setting configuration values, optionally scoped by host.
(hostname string, key string, value string)
| 34 | GetOrDefault(hostname string, key string) o.Option[ConfigEntry] |
| 35 | // Set provides primitive access for setting configuration values, optionally scoped by host. |
| 36 | Set(hostname string, key string, value string) |
| 37 | |
| 38 | // AccessibleColors returns the configured accessible_colors setting, optionally scoped by host. |
| 39 | AccessibleColors(hostname string) ConfigEntry |
no outgoing calls