aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/clear.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/clear.go')
-rw-r--r--commands/account/clear.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/clear.go b/commands/account/clear.go
index ec033c46..e16b563a 100644
--- a/commands/account/clear.go
+++ b/commands/account/clear.go
@@ -16,6 +16,10 @@ func init() {
commands.Register(Clear{})
}
+func (Clear) Description() string {
+ return "Clear the current search or filter criteria."
+}
+
func (Clear) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}