MCPcopy Index your code
hub / github.com/koding/kite / Help

Method Help

kitectl/command/tell.go:32–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (c *Tell) Help() string {
33 helpText := `
34Usage: kitectl tell [options]
35
36 Calls a method on a kite.
37
38Options:
39
40 -to=URL URL of the remote kite
41 -method=divide Method name to be invoked
42 -timeout=4 Timeout in seconds.
43`
44 return strings.TrimSpace(helpText)
45}
46
47func (c *Tell) Run(args []string) int {
48

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected