aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/next-field.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/next-field.go')
-rw-r--r--commands/compose/next-field.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/next-field.go b/commands/compose/next-field.go
index 6c96cd94..e21a8f8b 100644
--- a/commands/compose/next-field.go
+++ b/commands/compose/next-field.go
@@ -11,6 +11,10 @@ func init() {
commands.Register(NextPrevField{})
}
+func (NextPrevField) Description() string {
+ return "Cycle between header input fields."
+}
+
func (NextPrevField) Context() commands.CommandContext {
return commands.COMPOSE
}