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