Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
just: Drop underline from output styline
Adrian Duke committed 13 days ago
commit 421a43376d38b514852c6211d337c89d440c089a
parent 6744384
1 file changed +3 -4
modified 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