Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Drop underline from output styline
Adrian Duke committed 21 days ago
commit 732376ca08bae890dcb1cb88096c1c188e4a5876
parent bb9ae79b1c488155ad6640489b9f18f9135dabef
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