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

Struct Hooks

internal/pkg/structs/program.go:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type Hooks struct {
59 Pre HookOptions `yaml:"pre"`
60 Post HookOptions `yaml:"post"`
61}
62
63type HookOptions struct {
64 Install []Hook `yaml:"install"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected