aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/detach.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/detach.go')
-rw-r--r--commands/compose/detach.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/detach.go b/commands/compose/detach.go
index 69f8538d..ddf2e24f 100644
--- a/commands/compose/detach.go
+++ b/commands/compose/detach.go
@@ -18,6 +18,10 @@ func init() {
commands.Register(Detach{})
}
+func (Detach) Description() string {
+ return "Detach the file with the given path from the composed email."
+}
+
func (Detach) Context() commands.CommandContext {
return commands.COMPOSE
}