MCPcopy Index your code
hub / github.com/koding/kite / Help

Method Help

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

Source from the content-addressed store, hash-verified

27}
28
29func (c *Uninstall) Help() string {
30 helpText := `
31Usage: kitectl uninstall kitename
32
33 Uninstall the given kite. Example kitename: github.com/koding/fs.kite/1.0.0
34`
35 return strings.TrimSpace(helpText)
36}
37
38func (c *Uninstall) Run(args []string) int {
39

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected