poc cli reader which is really nothing but hush

This commit is contained in:
Bel LaPointe
2021-12-31 16:11:43 -05:00
parent 2bcda28d5d
commit 106a6bd783
4 changed files with 59 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package pttodo
type Todo struct {
Todo string
Detail string
TS TS
Schedule Schedule
Detail string `yaml:",omitempty"`
TS TS `yaml:",omitempty"`
Schedule Schedule `yaml:",omitempty"`
}