From 421a43376d38b514852c6211d337c89d440c089a Mon Sep 17 00:00:00 2001 From: Adrian Duke Date: Thu, 16 Apr 2026 13:27:18 +0100 Subject: [PATCH] just: Drop underline from output styline --- justfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 8e59be88..945a09ea 100644 --- a/justfile +++ b/justfile @@ -1,10 +1,9 @@ hooks := "pre-commit pre-push post-checkout" hook-script := "scripts/git-hook-template.sh" -bold_underlined := BOLD + UNDERLINE -WARN := "⚠️ " + YELLOW + bold_underlined -SUCCESS := "✅ " + GREEN + bold_underlined -ERROR := "❌ " + RED + bold_underlined +WARN := "⚠️ " + YELLOW + BOLD +SUCCESS := "✅ " + GREEN + BOLD +ERROR := "❌ " + RED + BOLD HINT := "💡 " + BOLD CHECK := "🔄 " + BOLD