mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05:00
Looks like the YAML conversion doesn't like lines starting with `[`, and causing it to use the "compact" formatting in the generated YAML. This patch un-wraps these lines to prevent this. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>