spiegel_podman/libpod
Daniel J Walsh df54adeaae Respect the quiet flag.
When setting the `kpod load -q` flag, output was still going to the
screen.  This patch adds a check to not output to the terminal unless
there is an io.Writer specified, and then to write to the io.Writer.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #23
Approved by: rhatdan
2017-11-07 15:37:50 +00:00
..
common Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
driver Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
images Fix gofmt errors 2017-11-02 15:30:39 -04:00
layers Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
container.go Parse SecurityOpts 2017-11-03 20:55:10 +00:00
container_attach.go Fix gofmt errors 2017-11-02 15:30:39 -04:00
diff.go Fix gofmt errors 2017-11-02 15:30:39 -04:00
errors.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
in_memory_state.go Fix gofmt errors 2017-11-02 15:30:39 -04:00
oci.go Prune Server package. Convert to new github location. 2017-11-01 13:22:04 -04:00
options.go Parse SecurityOpts 2017-11-03 20:55:10 +00:00
pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runtime.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
runtime_ctr.go libpod create and run 2017-11-01 14:19:19 -05:00
runtime_img.go Respect the quiet flag. 2017-11-07 15:37:50 +00:00
runtime_img_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00
runtime_pod.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
state.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
storage.go libpod create and run 2017-11-01 14:19:19 -05:00
util.go libpod create and run 2017-11-01 14:19:19 -05:00
util_test.go libpod/runtime_img_test.go Unit Tests 2017-11-04 11:12:14 -05:00