nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.39k stars 56 forks source link

sequence tasks | capture_stdout not working #222

Open kbhatiya999 opened 2 months ago

nat-n commented 2 months ago

Hi @kbhatiya999, thanks for taking the time to report this.

I think this is actually the expected behavior. I'm not sure it makes sense to capture the output of a sequence task, because it is just the composition of other tasks, so you would configure the composed tasks to have output captured instead.

However the documentation doesn't reflect this, and poe accepts the faulty configuration without raising an error, so these issues should be fixed.