(svc appServices, parent commandParent)
| 6 | } |
| 7 | |
| 8 | func (c *commandNotification) setup(svc appServices, parent commandParent) { |
| 9 | cmd := parent.Command("notification", "Notifications").Alias("notifications") |
| 10 | |
| 11 | c.profile.setup(svc, cmd) |
| 12 | c.template.setup(svc, cmd) |
| 13 | } |