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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/send.go b/commands/compose/send.go
index 1e30bd0e..0d184bcf 100644
--- a/commands/compose/send.go
+++ b/commands/compose/send.go
@@ -35,6 +35,10 @@ func init() {
commands.Register(Send{})
}
+func (Send) Description() string {
+ return "Send the message using the configured outgoing transport."
+}
+
func (Send) Context() commands.CommandContext {
return commands.COMPOSE
}