package config

Import Path
	github.com/rsteube/carapace/internal/config (on go.dev)

Dependency Relation
	imports 8 packages, and imported by 2 packages

Involved Source Files config.go
Package-Level Type Names (only one)
/* sort by: | */
Description string Name string Style string Tag string func GetStyleFields(name string) ([]Field, error)
Package-Level Functions (total 5)
func GetStyleFields(name string) ([]Field, error)
func Load() error
func RegisterStyle(name string, i interface{})
func SetStyle(key, value string) error