diff options
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,6 +149,8 @@ func routeInput(command string, input string) { app.ListTodos(input) case "a", "add": app.AddTodo(input) + case "done": + app.AddDoneTodo(input) case "d", "delete": app.DeleteTodo(input) case "c", "complete": |
