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

Function init

internal/cli/update.go:12–14  ·  view source on GitHub ↗

Create the command

()

Source from the content-addressed store, hash-verified

10
11// Create the command
12func init() {
13 rootCmd.AddCommand(updateCmd)
14}
15
16var updateCmd = &cobra.Command{
17 Use: "update [flags] packages...",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected