mirror of https://github.com/docker/cli.git
Merge pull request #5473 from rumpl/no-underline
Do not underline image name
This commit is contained in:
commit
97a6bf3580
|
@ -132,7 +132,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
|
|||
|
||||
warningColor := aec.LightYellowF
|
||||
headerColor := aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI
|
||||
topNameColor := aec.NewBuilder(aec.BlueF, aec.Underline, aec.Bold).ANSI
|
||||
topNameColor := aec.NewBuilder(aec.BlueF, aec.Bold).ANSI
|
||||
normalColor := aec.NewBuilder(aec.DefaultF).ANSI
|
||||
greenColor := aec.NewBuilder(aec.GreenF).ANSI
|
||||
untaggedColor := aec.NewBuilder(aec.Faint).ANSI
|
||||
|
|
Loading…
Reference in New Issue