aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/attach.go')
-rw-r--r--commands/compose/attach.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/attach.go b/commands/compose/attach.go
index c86b0f4f..f811f5a8 100644
--- a/commands/compose/attach.go
+++ b/commands/compose/attach.go
@@ -31,6 +31,10 @@ func init() {
commands.Register(Attach{})
}
+func (Attach) Description() string {
+ return "Attach the file at the given path to the email."
+}
+
func (Attach) Context() commands.CommandContext {
return commands.COMPOSE
}