(dockerCli command.Cli, opts *listOptions, contexts []*formatter.ClientContext)
| 115 | } |
| 116 | |
| 117 | func format(dockerCli command.Cli, opts *listOptions, contexts []*formatter.ClientContext) error { |
| 118 | contextCtx := formatter.Context{ |
| 119 | Output: dockerCli.Out(), |
| 120 | Format: formatter.NewClientContextFormat(opts.format, opts.quiet), |
| 121 | } |
| 122 | return formatter.ClientContextWrite(contextCtx, contexts) |
| 123 | } |
no test coverage detected
searching dependent graphs…