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

Function NewList

kitectl/command/list.go:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func NewList() cli.CommandFactory {
19 return func() (cli.Command, error) {
20 return &List{Ui: DefaultUi}, nil
21 }
22}
23
24func (c *List) Synopsis() string {
25 return "Lists installed kites"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected