alanvardy / tod

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

Show missing project error once #763

Open alanvardy opened 6 months ago

alanvardy commented 6 months ago

https://github.com/alanvardy/tod/issues/749

When showing a task from the filter module (so project is shown) if the project is not in config there is an error shown per task. Show the command for auto fetching projects one time at the end by utilizing the error channel.