aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/abort.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/abort.go')
-rw-r--r--commands/compose/abort.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/abort.go b/commands/compose/abort.go
index f446c306..a6d50e4e 100644
--- a/commands/compose/abort.go
+++ b/commands/compose/abort.go
@@ -11,6 +11,10 @@ func init() {
commands.Register(Abort{})
}
+func (Abort) Description() string {
+ return "Close the composer without sending."
+}
+
func (Abort) Context() commands.CommandContext {
return commands.COMPOSE
}