()
| 27 | } |
| 28 | |
| 29 | func (c *Uninstall) Help() string { |
| 30 | helpText := ` |
| 31 | Usage: kitectl uninstall kitename |
| 32 | |
| 33 | Uninstall the given kite. Example kitename: github.com/koding/fs.kite/1.0.0 |
| 34 | ` |
| 35 | return strings.TrimSpace(helpText) |
| 36 | } |
| 37 | |
| 38 | func (c *Uninstall) Run(args []string) int { |
| 39 |