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

Struct InstallFlavours

internal/pkg/structs/program.go:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type InstallFlavours struct {
41 All Entry `yaml:"all"`
42 Latte Entry `yaml:"latte"`
43 Frappe Entry `yaml:"frappe"`
44 Macchiato Entry `yaml:"macchiato"`
45 Mocha Entry `yaml:"mocha"`
46}
47
48type Installation struct {
49 InstallLocation InstallLocation `yaml:"location"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected