cli poc moves scheduled to todo

master
Bel LaPointe 2021-12-31 16:27:41 -05:00
parent 88affea0e8
commit 8eb1123594
1 changed files with 1 additions and 0 deletions

View File

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