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

Struct Installation

internal/pkg/structs/program.go:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type Installation struct {
49 InstallLocation InstallLocation `yaml:"location"`
50 InstallFlavours InstallFlavours `yaml:"flavours"`
51 To string `yaml:"to"`
52 OneFlavour bool `yaml:"one_flavour"`
53 Modes []string `yaml:"modes"`
54 Comments string `yaml:"comments"`
55 Hooks Hooks `yaml:"hooks"`
56}
57
58type Hooks struct {
59 Pre HookOptions `yaml:"pre"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected