(item *cwhub.Item, force bool)
| 19 | } |
| 20 | |
| 21 | func NewEnableCommand(item *cwhub.Item, force bool) *EnableCommand { |
| 22 | return &EnableCommand{Item: item, Force: force} |
| 23 | } |
| 24 | |
| 25 | func (c *EnableCommand) Prepare(plan *ActionPlan) (bool, error) { |
| 26 | var dependencies cwhub.Dependencies |