From 34c89ec2ca4b458adb94534c4fae44c921181f59 Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Mon, 2 May 2016 07:25:51 -0400 Subject: Uncomplete todo --- todo.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'todo.go') diff --git a/todo.go b/todo.go index 813b1fc..a945aba 100644 --- a/todo.go +++ b/todo.go @@ -32,5 +32,7 @@ func routeInput(command string, input string) { app.DeleteTodo(input) case command == "c" || command == "complete": app.CompleteTodo(input) + case command == "uc" || command == "uncomplete": + app.UncompleteTodo(input) } } -- cgit v1.3