MCPcopy Create free account
hub / github.com/catppuccin/cli / Entry

Struct Entry

internal/pkg/structs/program.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type Entry struct {
36 Default []string `yaml:"default"`
37 Additional map[string][]string `yaml:"additional"`
38}
39
40type InstallFlavours struct {
41 All Entry `yaml:"all"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected