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

Struct Program

internal/pkg/structs/program.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type Program struct {
24 AppName string `yaml:"app_name"`
25 BinaryName string `yaml:"binary_name"`
26 Installation Installation `yaml:"installation"`
27}
28
29type InstallLocation struct {
30 Linux string `yaml:"linux"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected