Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DefaultProjectDir string `yaml:"default_project_dir" json:"default_project_dir"`
PreferredShell string `yaml:"preferred_shell" json:"preferred_shell"`
TUIEnabled bool `yaml:"tui_enabled" json:"tui_enabled"`
AutoInstallDeps bool `yaml:"auto_install_deps" json:"auto_install_deps"`
FallbackToPlainCLI bool `yaml:"fallback_to_plain_cli" json:"fallback_to_plain_cli"`
LogLevel string `yaml:"log_level" json:"log_level"`
Theme string `yaml:"theme" json:"theme"`
Language string `yaml:"language" json:"language"`
}
Config represents the CLI configuration
Click to show internal directories.
Click to hide internal directories.