We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df957d8 commit 82217e1Copy full SHA for 82217e1
internal/tui/rule_card.go
@@ -74,6 +74,8 @@ func (rc RuleCard) addTriggers(t *table.Table) {
74
75
title := fmt.Sprintf("%s:\n", color.BlueString(dep.name))
76
underlining := fmt.Sprintf("%s\n", strings.Repeat("-", len(title)+1))
77
+ listBuffer.Write([]byte(title))
78
+ listBuffer.Write([]byte(underlining))
79
listWriter := list.NewWriter()
80
81
listWriter.AppendItem(fmt.Sprintf("URL: %s", dep.url))
0 commit comments