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"
|
hooks := "pre-commit pre-push post-checkout"
|
||||||
hook-script := "scripts/git-hook-template.sh"
|
hook-script := "scripts/git-hook-template.sh"
|
||||||
|
|
||||||
bold_underlined := BOLD + UNDERLINE
|
WARN := "⚠️ " + YELLOW + BOLD
|
||||||
WARN := "⚠️ " + YELLOW + bold_underlined
|
SUCCESS := "✅ " + GREEN + BOLD
|
||||||
SUCCESS := "✅ " + GREEN + bold_underlined
|
ERROR := "❌ " + RED + BOLD
|
||||||
ERROR := "❌ " + RED + bold_underlined
|
|
||||||
HINT := "💡 " + BOLD
|
HINT := "💡 " + BOLD
|
||||||
CHECK := "🔄 " + BOLD
|
CHECK := "🔄 " + BOLD
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue