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

Method Help

kitectl/command/run.go:27–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (c *Run) Help() string {
28 helpText := `
29Usage: kitectl run kitename
30
31 Runs the given kite.
32`
33 return strings.TrimSpace(helpText)
34}
35
36func (c *Run) Run(args []string) int {
37

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected