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 {
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user