aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/cd.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/cd.go')
-rw-r--r--commands/patch/cd.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/patch/cd.go b/commands/patch/cd.go
index bbca1eba..70e92412 100644
--- a/commands/patch/cd.go
+++ b/commands/patch/cd.go
@@ -16,6 +16,10 @@ func init() {
register(Cd{})
}
+func (Cd) Description() string {
+ return "Change aerc's working directory to the current project."
+}
+
func (Cd) Context() commands.CommandContext {
return commands.GLOBAL
}