aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
Diffstat (limited to 'todo.go')
-rw-r--r--todo.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.go b/todo.go
index 707ffd2..3b74943 100644
--- a/todo.go
+++ b/todo.go
@@ -112,5 +112,7 @@ func routeInput(command string, input string) {
app.ArchiveTodo(input)
case command == "uar" || command == "unarchive":
app.UnarchiveTodo(input)
+ case command == "ac":
+ app.ArchiveCompleted()
}
}