Documentation
¶
Overview ¶
Package config handles configuration management for dodot. It supports loading configuration from multiple sources including TOML files, environment variables, and command-line flags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
FileExists is a helper to check if a file exists
func LoadPackConfig ¶
func LoadPackConfig(configPath string) (types.PackConfig, error)
LoadPackConfig reads and parses a pack's .dodot.toml configuration file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.