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

Method Help

kitectl/command/list.go:28–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (c *List) Help() string {
29 helpText := `
30Usage: kitectl list
31
32 Lists installed kites.
33`
34 return strings.TrimSpace(helpText)
35}
36
37func (c *List) Run(_ []string) int {
38 kites, err := getInstalledKites("")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected