aboutsummaryrefslogtreecommitdiffstats
path: root/commands/choose.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/choose.go')
-rw-r--r--commands/choose.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/choose.go b/commands/choose.go
index 4ecff0ea..6c3906c4 100644
--- a/commands/choose.go
+++ b/commands/choose.go
@@ -14,6 +14,10 @@ func init() {
Register(Choose{})
}
+func (Choose) Description() string {
+ return "Prompt to choose from various options."
+}
+
func (Choose) Context() CommandContext {
return GLOBAL
}