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

Function init

internal/cli/install.go:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func init() {
24 rootCmd.AddCommand(installCmd)
25 installCmd.Flags().StringVarP(&Flavour, "flavour", "f", "all", "Custom flavour")
26 installCmd.Flags().StringVarP(&Mode, "mode", "m", "default", "Custom mode")
27 installCmd.Flags().BoolVarP(&Force, "Force", "F", false, "Forcefully remove the cloned repository and install")
28}
29
30var installCmd = &cobra.Command{
31 Use: "install [flags] packages...",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected