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 1 month ago
commit 421a43376d38b514852c6211d337c89d440c089a
parent 6744384acf4cabfbbca9fa2060918c6915bcdd81
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