aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/send.go')
-rw-r--r--commands/compose/send.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index c642c356..dfd531ee 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -33,7 +33,11 @@ type Send struct {
}
func init() {
- register(Send{})
+ commands.Register(Send{})
+}
+
+func (Send) Context() commands.CommandContext {
+ return commands.COMPOSE
}
func (Send) Aliases() []string {