mirror of
https://github.com/docker/compose.git
synced 2026-06-25 10:38:23 +00:00
Previously docker-compose would output lines that looked like:
Starting service ... done
Starting short ...
Starting service-with-a-long-name ... done
It's difficult to scan down this output and get an idea of what's happening.
Now the statuses are aligned, and output looks like this:
Starting service ... done
Starting short ...
Starting service-with-a-long-name ... done
To me, this is quite a bit easier to read.
Signed-off-by: Evan Shaw <evan@vendhq.com>
|
||
|---|---|---|
| .. | ||
| acceptance | ||
| fixtures | ||
| integration | ||
| unit | ||
| __init__.py | ||
| helpers.py | ||