When you invoke tod list process using a project, there are no newlines separating one task from another. However, if you invoke the same command using a filter, there is a newline separating. I changed process_tasks() in projects.rs to match the functionality of the same function in filters.rs. The resulting change amounts to a one line addition.
When you invoke
tod list process
using a project, there are no newlines separating one task from another. However, if you invoke the same command using a filter, there is a newline separating. I changedprocess_tasks()
inprojects.rs
to match the functionality of the same function infilters.rs
. The resulting change amounts to a one line addition.