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

Function NewRun

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

Source from the content-addressed store, hash-verified

15}
16
17func NewRun() cli.CommandFactory {
18 return func() (cli.Command, error) {
19 return &Run{Ui: DefaultUi}, nil
20 }
21}
22
23func (c *Run) Synopsis() string {
24 return "Runs a kite"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected