()
| 15 | } |
| 16 | |
| 17 | func NewRun() cli.CommandFactory { |
| 18 | return func() (cli.Command, error) { |
| 19 | return &Run{Ui: DefaultUi}, nil |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | func (c *Run) Synopsis() string { |
| 24 | return "Runs a kite" |
nothing calls this directly
no outgoing calls
no test coverage detected