set ts to currenttime if should display

This commit is contained in:
Bel LaPointe
2021-12-31 22:27:48 -05:00
parent f63f152b0e
commit a75d898487
2 changed files with 31 additions and 1 deletions

View File

@@ -7,8 +7,8 @@ import (
type Todo struct {
Todo string
TS TS
Details string `yaml:",omitempty"`
TS TS `yaml:",omitempty"`
Schedule Schedule `yaml:",omitempty"`
Tags string `yaml:",omitempty"`
Subtasks []Todo `yaml:",omitempty"`