aboutsummaryrefslogtreecommitdiffstats
path: root/commands/pwd.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/pwd.go')
-rw-r--r--commands/pwd.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/pwd.go b/commands/pwd.go
index fb1d04f1..e60326e5 100644
--- a/commands/pwd.go
+++ b/commands/pwd.go
@@ -13,6 +13,10 @@ func init() {
Register(PrintWorkDir{})
}
+func (PrintWorkDir) Description() string {
+ return "Display aerc's current working directory."
+}
+
func (PrintWorkDir) Context() CommandContext {
return GLOBAL
}