From 1bed53d3fd8ec925350bb9324a61dde1dd6cae8f Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 00:40:17 -0500 Subject: [PATCH] feat: change default help sep to box character --- src/config.mk | 2 +- task.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.mk b/src/config.mk index 16a752a..944c098 100644 --- a/src/config.mk +++ b/src/config.mk @@ -6,7 +6,7 @@ GOAL_COLOR ?= $(ACCENT_COLOR) MSG_COLOR ?= faint DIVIDER_COLOR ?= default DIVIDER ?= ─ -HELP_SEP ?= | +HELP_SEP ?= │ # python f-string literals EPILOG ?= diff --git a/task.mk b/task.mk index 4593067..8f72254 100644 --- a/task.mk +++ b/task.mk @@ -1,7 +1,7 @@ # }> [github.com/daylinmorgan/task.mk] <{ # # Copyright (c) 2022 Daylin Morgan # MIT License -# version: v22.9.12-7-g5eb3e21-dev +# version: v22.9.12-8-gea398af-dev # # task.mk should be included at the bottom of your Makefile. # See below for the standard configuration options that should be set prior to including this file. @@ -15,7 +15,7 @@ GOAL_COLOR ?= $(ACCENT_COLOR) MSG_COLOR ?= faint DIVIDER_COLOR ?= default DIVIDER ?= ─ -HELP_SEP ?= | +HELP_SEP ?= │ # python f-string literals EPILOG ?=