alanvardy / tod

An unofficial Todoist command line client written in Rust
MIT License
104 stars 9 forks source link

Added newline to 'tod list process' for projects #833

Closed rvbcldud closed 3 months ago

rvbcldud commented 4 months ago

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.

alanvardy commented 3 months ago

This can be rebased and merged @rvbcldud :+1:

rvbcldud commented 3 months ago

@alanvardy, I do not believe I have write access to merge it.

stacksjb commented 3 months ago

@rvbcldud squashed and merged on your behalf.

alanvardy commented 3 months ago

Thank you!