just: Drop underline from output styline
This commit is contained in:
parent
6744384acf
commit
421a43376d
7
justfile
7
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue