Files
podman/pkg/machine
Paul Holzinger 20eccfc9d0 podman machine inspect: use report.Formatter over Template
Currently the podman command --format output code uses a mix of
report.Formatter and report.Template.

I patched report.Formatter to correctly handle newlines[1]. Since we
cannot fix this with report.Template we have to migrate all users to
report.Formatter. This ensures consistent behavior for all commands.

This change does not change the output, we can add a new test for the
newline bug when the common PR is vendored in.

Also fix a bug where a invlaid template would not cause a exit code > 0,
see the added test case.

[1] https://github.com/containers/common/pull/1146

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-09-13 10:33:13 +02:00
..
2022-09-10 07:52:00 -04:00
2022-09-10 07:52:00 -04:00
2022-08-25 16:32:31 -04:00
2022-07-15 09:10:43 -04:00
2021-12-16 12:40:20 -06:00
2022-09-10 07:52:00 -04:00
2022-08-23 11:06:51 +03:00