package
Version:
v0.9.4
Opens a new window with list of versions in this module.
Published: Aug 13, 2026
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ActiveContext string `yaml:"active_context"`
Contexts map[string]Context
}
LoadConfig loads the CLI configuration from the path. If the path is empty,
it uses the default config path.
GetContext retrieves the context by name. If name is empty, it returns the
configured active context.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.