DockerCLI/cli/command/formatter
Sebastiaan van Stijn aef6b04a7c
Fix docker ps table headers with custom format and "split" or "join"
Update the list of overrides for table headers so that columns using split or
join will produce the correct table header.

Before this patch:

    docker ps --format='table {{split .Names "/"}}'
    [NAMES]
    [unruffled_mclean]
    [eloquent_meitner]
    [sleepy_grothendieck]

With this patch applied:

    docker ps --format='table {{split .Names "/"}}'
    NAMES
    [unruffled_mclean]
    [eloquent_meitner]
    [sleepy_grothendieck]

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-27 12:36:02 +01:00
..
testdata formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
buildcache.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
container.go Fix docker ps --format with templating functions 2019-12-27 12:35:55 +01:00
container_test.go Fix docker ps table headers with custom format and "split" or "join" 2019-12-27 12:36:02 +01:00
context.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
custom.go docker ps: add State field to formatting 2019-07-12 13:31:16 +02:00
custom_test.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
disk_usage.go Fix docker ps --format with templating functions 2019-12-27 12:35:55 +01:00
disk_usage_test.go system/df: allow -v with --format 2018-09-13 23:14:58 +00:00
displayutils.go Refactor stringutils and fix docker search output form when the description has CJK character 2017-10-27 11:15:10 +08:00
displayutils_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
formatter.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
image.go Return empty string if image createdAt is zero 2019-10-29 17:15:28 -03:00
image_test.go Merge pull request #2107 from jonatasbaldin/2047-fix-image-createdsince-without-value 2019-11-05 09:46:14 +01:00
reflect.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
reflect_test.go Add unused linter. 2017-06-14 16:54:27 -07:00
volume.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
volume_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00