From 017ddfd50eec98e4ee8dd42a1dac800cdb674171 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Tue, 3 May 2016 15:02:24 -0400 Subject: Make everything a pointer, add archive completed fn --- todo.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'todo.go') 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() } } -- cgit v1.3