DockerCLI/command/formatter
Brian Goff 20c5a9448d Add formatter for service inspect
Allows the user to use `pretty` as the format string.
This enables users to put custom format options into their CLI config
just like is supported for `docker ps` and `docker images`

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-09-19 16:28:19 -04:00
..
container.go Fix testcases that expect trailing whitespace 2016-09-13 17:58:12 -04:00
container_test.go Refactor formatter. 2016-09-13 17:58:12 -04:00
custom.go Refactor formatter. 2016-09-13 17:58:12 -04:00
custom_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
formatter.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
image.go Refactor formatter. 2016-09-13 17:58:12 -04:00
image_test.go Refactor formatter. 2016-09-13 17:58:12 -04:00
network.go Refactor formatter. 2016-09-13 17:58:12 -04:00
network_test.go Refactor formatter. 2016-09-13 17:58:12 -04:00
service.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
volume.go Fix testcases that expect trailing whitespace 2016-09-13 17:58:12 -04:00
volume_test.go Fix testcases that expect trailing whitespace 2016-09-13 17:58:12 -04:00