MCPcopy Create free account
hub / github.com/koding/kite / NewUninstall

Function NewUninstall

kitectl/command/uninstall.go:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func NewUninstall() cli.CommandFactory {
18 return func() (cli.Command, error) {
19 return &Uninstall{
20 Ui: DefaultUi,
21 }, nil
22 }
23}
24
25func (c *Uninstall) Synopsis() string {
26 return "Uninstalls a kite"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected