mirror of https://github.com/docker/cli.git
list/tree: Fix some escape codes included in nonTTY
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit 6979ab073c
)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
f42fa0b8e1
commit
7196200fc2
|
@ -338,8 +338,8 @@ func (h imgColumn) PrintR(clr aec.ANSI, s string) string {
|
|||
|
||||
type noColor struct{}
|
||||
|
||||
func (a noColor) With(ansi ...aec.ANSI) aec.ANSI {
|
||||
return aec.NewBuilder(ansi...).ANSI
|
||||
func (a noColor) With(_ ...aec.ANSI) aec.ANSI {
|
||||
return a
|
||||
}
|
||||
|
||||
func (a noColor) Apply(s string) string {
|
||||
|
|
Loading…
Reference in New Issue