MCPcopy Create free account
hub / github.com/rilldata/rill / UninstallCmd

Function UninstallCmd

cli/cmd/uninstall/uninstall.go:9–18  ·  view source on GitHub ↗
(ch *cmdutil.Helper)

Source from the content-addressed store, hash-verified

7)
8
9func UninstallCmd(ch *cmdutil.Helper) *cobra.Command {
10 return &cobra.Command{
11 Use: "uninstall",
12 Short: "Uninstall the Rill binary",
13 Args: cobra.NoArgs,
14 RunE: func(cmd *cobra.Command, _ []string) error {
15 return installscript.Uninstall(cmd.Context())
16 },
17 }
18}

Callers 1

RootCmdFunction · 0.92

Calls 2

UninstallFunction · 0.92
ContextMethod · 0.65

Tested by

no test coverage detected