poc cli reader which is really nothing but hush
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user