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

Method Help

kitectl/command/showkey.go:52–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (c *Showkey) Help() string {
53 helpText := `
54Usage: kitectl showkey
55
56 Shows the registration key.
57`
58 return strings.TrimSpace(helpText)
59}
60
61func (c *Showkey) Run(_ []string) int {
62 token, err := kitekey.Parse()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected