automation-tests/cmd/podman/images
Daniel J Walsh 9917fc0f95
Don't crash when giving bogus format commands
Currently if you give a bogus flag to --format it will crash
the formatter.  With this change we will get a nice error.

podman images --format '{{ bogus }}'
Error: template: list:1: function "bogus" not defined

versus
 /bin/podman.old images --format '{{ bogus }}'
panic: template: list:1: function "bogus" not defined

goroutine 1 [running]:

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-29 14:12:19 -04:00
..
build.go Fix building from http or '-' options 2020-07-28 14:51:21 -04:00
diff.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exists.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
history.go Don't crash when giving bogus format commands 2020-07-29 14:12:19 -04:00
image.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
import.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
inspect.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
list.go Don't crash when giving bogus format commands 2020-07-29 14:12:19 -04:00
load.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
mount.go Add podman image mount 2020-07-28 10:27:44 -04:00
prune.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pull.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
push.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rm.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rmi.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
save.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
search.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
sign.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
tag.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
tree.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust_set.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust_show.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unmount.go Add podman image mount 2020-07-28 10:27:44 -04:00
untag.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00