cli poc moves scheduled to todo

This commit is contained in:
Bel LaPointe
2021-12-31 16:27:41 -05:00
parent 88affea0e8
commit 8eb1123594

View File

@@ -42,6 +42,7 @@ func _main() error {
if err := yaml.Unmarshal(b, &root); err != nil { if err := yaml.Unmarshal(b, &root); err != nil {
return err return err
} }
root.MoveScheduledToTodo()
b2, err := yaml.Marshal(root) b2, err := yaml.Marshal(root)
if err != nil { if err != nil {