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 22 days ago
commit 547fe3b5d84130bbcf935dc44cf5b1ad8410d312
parent 6cccfc4119d5227bc35ede4c64f936c8e51ced4f
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