aboutsummaryrefslogtreecommitdiffstats
path: root/commands/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/exec.go')
-rw-r--r--commands/exec.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/exec.go b/commands/exec.go
index ac33cf21..5b7d7f69 100644
--- a/commands/exec.go
+++ b/commands/exec.go
@@ -18,6 +18,10 @@ func init() {
Register(ExecCmd{})
}
+func (ExecCmd) Description() string {
+ return "Execute an arbitrary command in the background."
+}
+
func (ExecCmd) Context() CommandContext {
return GLOBAL
}