mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

Commands like podman-create(1), podman-run(1), podman-inspect(1), podman-ps(1) will emit formatted output upon success. This allows the output from commands to be emitted directly to a file and can supersede the --noout parameter by using /dev/null. An issue with --noout was also remedied. This closes issue #18120. Signed-off-by: Ali Rizvi-Santiago <arizvisa@gmail.com>