nat-n / poethepoet

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

Improve display for sequence tasks #221

Open nat-n opened 2 months ago

nat-n commented 2 months ago

Summary from discussion https://github.com/nat-n/poethepoet/discussions/141

Problems

  1. Standard output with full task content is too verbose
  2. It's hard to follow what's happening with nested sequences

Ideas

  1. Either make verbosity level 0 less verbose, or make -1 include (so -2 is required to have full silence)
  2. Show when a task is part of a sequence e.g. Poe => sequence-name[0] => task content