package
Version:
v1.6.3
Opens a new window with list of versions in this module.
Published: Nov 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
InitFlags initializes the flags for the root command.
type Config struct {
Version string `mapstructure:"version"`
Theme string `mapstructure:"theme"`
RAG bool `mapstructure:"rag"`
AIProviderConfig *providers.AIProviderConfig `mapstructure:"ai_provider_config"`
}
Config represents the structure of the configuration file
LoadConfigs initializes the configuration from file, flags, and environment variables, and returns the final config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.