mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
- Align output. Previously, output would end up unaligned because of longer task names (e.g. web.1 vs web.10) - Truncate task IDs and add a --no-trunc option - Added a --no-ids option to remove IDs altogether - Got rid of the generic ID Resolver as we need more customization. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>