aboutsummaryrefslogtreecommitdiffstats
path: root/commands/close.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/close.go')
-rw-r--r--commands/close.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/close.go b/commands/close.go
index c74a705e..177c54a7 100644
--- a/commands/close.go
+++ b/commands/close.go
@@ -10,6 +10,10 @@ func init() {
Register(Close{})
}
+func (Close) Description() string {
+ return "Close the focused tab."
+}
+
func (Close) Context() CommandContext {
return MESSAGE_VIEWER | TERMINAL
}