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

Struct InstallLocation

internal/pkg/structs/program.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type InstallLocation struct {
30 Linux string `yaml:"linux"`
31 Macos string `yaml:"macos"`
32 Windows string `yaml:"windows"`
33}
34
35type Entry struct {
36 Default []string `yaml:"default"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected