aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-05-02 07:25:51 -0400
committerGrant Ammons <gammons@gmail.com>2016-05-02 07:25:51 -0400
commit34c89ec2ca4b458adb94534c4fae44c921181f59 (patch)
treeed3b9e7ab295543938ac4ee2fcadbe915749dd98 /todo.go
parent54e9313ad14269f57a13b32aac59aea17f86d151 (diff)
Uncomplete todo
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 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)
}
}