diff options
| author | Grant Ammons <gammons@gmail.com> | 2017-05-25 09:56:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-25 09:56:02 -0400 |
| commit | e015094d20811d30676014d60d8219fa0fa63e8a (patch) | |
| tree | 5ba56e64e881cd0e0cdff4037033e5003d570c8c /todo.go | |
| parent | 6cb4a95af8bc4a8348c7b115fba334e668fe95e5 (diff) | |
| parent | f70fd56e6f2144f19150fb0fca2508a5897ab48b (diff) | |
Merge pull request #62 from gammons/unified-edit
Unified edit
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ func routeInput(command string, input string) { case "ac": app.ArchiveCompleted() case "e", "edit": - app.EditTodoDue(input) + app.EditTodo(input) case "ex", "expand": app.ExpandTodo(input) case "gc": |
