()
| 16 | } |
| 17 | |
| 18 | func NewList() cli.CommandFactory { |
| 19 | return func() (cli.Command, error) { |
| 20 | return &List{Ui: DefaultUi}, nil |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | func (c *List) Synopsis() string { |
| 25 | return "Lists installed kites" |
nothing calls this directly
no outgoing calls
no test coverage detected