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

Function init

internal/cli/new.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func init() {
10 rootCmd.AddCommand(newCmd)
11}
12
13var newCmd = &cobra.Command{
14 Use: "new",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected