Files
docker-cli/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
..
2019-01-10 22:25:43 +01:00
2017-06-14 16:54:27 -07:00
2018-10-23 17:05:44 +02:00
2018-06-08 18:24:26 +02:00
2018-10-23 17:05:44 +02:00