Commit ae44cde3 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix do subcommand: mark as complete.

parent e59fa7fe
......@@ -132,6 +132,7 @@ class Application(object):
todo = self.todolist.todo(number)
if todo:
todo.set_completed()
self.print_todo(number)
self.dirty = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment