()
| 23 | } |
| 24 | |
| 25 | func NewInstall() cli.CommandFactory { |
| 26 | return func() (cli.Command, error) { |
| 27 | return &Install{Ui: DefaultUi}, nil |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | func (c *Install) Synopsis() string { |
| 32 | return "Installs a kite from a repository" |
nothing calls this directly
no outgoing calls
no test coverage detected