cli poc moves scheduled to todo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user