From c3fa7cd8fc4b85135948bf34ef7680a695e142aa Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 14 Sep 2022 17:28:02 -0500 Subject: [PATCH] docs: update readme with newer examples/config --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63085bf..2382833 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,9 @@ PARAMS_COLOR ?= b_magenta ACCENT_COLOR ?= b_yellow GOAL_COLOR ?= $(ACCENT_COLOR) MSG_COLOR ?= faint -HELP_SEP ?= | -HELP_SORT ?= # sort goals alphabetically +DIVIDER_COLOR ?= default +DIVIDER ?= ─ +HELP_SEP ?= │ # python f-string literals EPILOG ?= @@ -152,6 +153,7 @@ For what it's worth there is also a predefined function for `bash` (named `tbash ```make define bash_script +figlet task.mk 2>/dev/null || echo 'no figlet :(' echo "This is from bash" cat /etc/hostname printf "%s\n" "$(2)" @@ -162,7 +164,6 @@ test-bash: ``` - ## Zsh Completions for GNU Make If you use `GNU Make` with zsh you may want to add the following