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

Method Help

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

Source from the content-addressed store, hash-verified

33}
34
35func (c *Install) Help() string {
36 helpText := `
37Usage: kitectl install URL
38
39 Installs a kite from the given URL. Example: github.com/cenkalti/math.kite
40`
41
42 return strings.TrimSpace(helpText)
43}
44
45func (c *Install) Run(args []string) int {
46 if len(args) != 1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected