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

Struct HookOptions

internal/pkg/structs/program.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type HookOptions struct {
64 Install []Hook `yaml:"install"`
65 Uninstall []Hook `yaml:"uninstall"`
66}
67
68type HookType string
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected