diff options
| author | Ashish Vijayaram <initrd@gmail.com> | 2017-04-17 12:36:46 -0700 |
|---|---|---|
| committer | Ashish Vijayaram <initrd@gmail.com> | 2017-04-17 12:36:46 -0700 |
| commit | a0db863a64d1530b15a18725d323e87776a8a52c (patch) | |
| tree | 91b8b8d5c17103cd16532939fe23a2b2f19a1239 /todo.go | |
| parent | e118736cf7df17dc10822fab36af7407c7e110a6 (diff) | |
Add support for showing tasks due the previous week.
This is useful for those who need a report of entries from last week.
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ func usage() { blueBold.Println("\nListing todos") fmt.Println(" When listing todos, you can filter and group the output.\n") - fmt.Println(" todo l due (tod|today|tom|tomorrow|overdue|this week|next week|mon|tue|wed|thu|fri|sat|sun|none)") + fmt.Println(" todo l due (tod|today|tom|tomorrow|overdue|this week|next week|last week|mon|tue|wed|thu|fri|sat|sun|none)") fmt.Println(" todo l overdue") cyan.Println(" Filtering by date:\n") |
