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

Function init

internal/cli/uninstall.go:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19var Force bool
20
21func init() {
22 rootCmd.AddCommand(RemoveCmd)
23 RemoveCmd.Flags().BoolVarP(&Force, "Force", "F", false, "Force removal of installed packages")
24}
25
26var RemoveCmd = &cobra.Command{
27 Use: "uninstall [flags] packages...",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected