diff options
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,5 +34,9 @@ func routeInput(command string, input string) { app.CompleteTodo(input) case command == "uc" || command == "uncomplete": app.UncompleteTodo(input) + case command == "ar" || command == "archive": + app.ArchiveTodo(input) + case command == "uar" || command == "unarchive": + app.UnarchiveTodo(input) } } |
