podman/cmd/kpod/formats
umohnani8 cfb4e15e43 \t was not being recognized as tab in --format
When doing kpod images --format "{{.ID}}\t{{.Tag}}"
the "\t" was being passed in as a string of "\" and "t"
instead of as a tab character.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #123
Approved by: rhatdan
2017-12-12 21:53:53 +00:00
..
formats.go \t was not being recognized as tab in --format 2017-12-12 21:53:53 +00:00
templates.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00