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

Function init

internal/cli/lint.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func init() {
13 rootCmd.AddCommand(lintCmd)
14}
15
16var lintCmd = &cobra.Command{
17 Use: "lint .catppuccin.yaml",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected