Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
func
(c *Run) Help() string {
28
helpText := `
29
Usage: kitectl run kitename
30
31
Runs the given kite.
32
`
33
return
strings.TrimSpace(helpText)
34
}
35
36
func
(c *Run) Run(args []string) int {
37
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected