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>
This commit is contained in:
parent
a9b78da546
commit
6979ab073c
|
@ -338,8 +338,8 @@ func (h imgColumn) PrintR(clr aec.ANSI, s string) string {
|
||||||
|
|
||||||
type noColor struct{}
|
type noColor struct{}
|
||||||
|
|
||||||
func (a noColor) With(ansi ...aec.ANSI) aec.ANSI {
|
func (a noColor) With(_ ...aec.ANSI) aec.ANSI {
|
||||||
return aec.NewBuilder(ansi...).ANSI
|
return a
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a noColor) Apply(s string) string {
|
func (a noColor) Apply(s string) string {
|
||||||
|
|
Loading…
Reference in New Issue